পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত দীর্ঘ | get ComputeCost () Estimate of the computational cost of this node, in microseconds. |
বিমূর্ত দীর্ঘ | Get ComputeTime () Analytical estimate of the computational cost of this node, in microseconds. |
বিমূর্ত int | getControlInput (int সূচক) Ids of the control inputs for this node. |
বিমূর্ত int | getControlInputCount () Ids of the control inputs for this node. |
বিমূর্ত তালিকা<পূর্ণসংখ্যা> | getControlInputList () Ids of the control inputs for this node. |
বিমূর্ত স্ট্রিং | getDevice () The device of the node. |
বিমূর্ত com.google.protobuf.ByteString | getDeviceBytes () The device of the node. |
বিমূর্ত দীর্ঘ | GetDevicePersistentMemorySize () int64 device_persistent_memory_size = 16 [deprecated = true]; |
বিমূর্ত দীর্ঘ | GetDeviceTempMemorySize () int64 device_temp_memory_size = 11 [deprecated = true]; |
বিমূর্ত দীর্ঘ | getHostTempMemorySize () int64 host_temp_memory_size = 10 [deprecated = true]; |
বিমূর্ত int | getId () The id of the node. |
বিমূর্ত বুলিয়ান | ভুল () Are the costs inaccurate? bool inaccurate = 17; |
বিমূর্ত CostGraphDef.Node.InputInfo | getInputInfo (int সূচক) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
বিমূর্ত int | getInputInfoCount () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
বিমূর্ত তালিকা< CostGraphDef.Node.InputInfo > | getInputInfoList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
বিমূর্ত CostGraphDef.Node.InputInfoOrBuilder | getInputInfoOrBuilder (int সূচক) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
বিমূর্ত তালিকা<? CostGraphDef.Node.InputInfoOrBuilder > প্রসারিত করে | getInputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4; |
বিমূর্ত বুলিয়ান | getIsFinal () If true, the output is permanent: it can't be discarded, because this node is part of the "final output". |
বিমূর্ত দীর্ঘ | getMemoryTime () Analytical estimate of the memory access cost of this node, in microseconds. |
বিমূর্ত স্ট্রিং | getName () The name of the node. |
বিমূর্ত com.google.protobuf.ByteString | getNameBytes () The name of the node. |
বিমূর্ত CostGraphDef.Node.OutputInfo | getOutputInfo (int সূচক) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
বিমূর্ত int | getOutputInfoCount () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
বিমূর্ত তালিকা< CostGraphDef.Node.OutputInfo > | getOutputInfoList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
বিমূর্ত CostGraphDef.Node.OutputInfoOrBuilder | getOutputInfoOrBuilder (int সূচক) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
বিমূর্ত তালিকা<? CostGraphDef.Node.OutputInfoOrBuilder > প্রসারিত করে | getOutputInfoOrBuilderList () repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5; |
বিমূর্ত দীর্ঘ | পেতে পারসিস্টেন্ট মেমোরি সাইজ () Persistent memory used by this node. |
বিমূর্ত দীর্ঘ | টেম্পোরারি মেমোরি সাইজ () Temporary memory used by this node. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত দীর্ঘ getComputeCost ()
Estimate of the computational cost of this node, in microseconds.
int64 compute_cost = 9;
পাবলিক বিমূর্ত দীর্ঘ getComputeTime ()
Analytical estimate of the computational cost of this node, in microseconds.
int64 compute_time = 14;
পাবলিক বিমূর্ত int getControlInput (int সূচক)
Ids of the control inputs for this node.
repeated int32 control_input = 8;
পাবলিক বিমূর্ত int getControlInputCount ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
সর্বজনীন বিমূর্ত তালিকা<Integer> getControlInputList ()
Ids of the control inputs for this node.
repeated int32 control_input = 8;
সর্বজনীন বিমূর্ত স্ট্রিং getDevice ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getDeviceBytes ()
The device of the node. Can be empty if the node is mapped to the default partition or partitioning hasn't been run yet.
string device = 2;
সর্বজনীন বিমূর্ত দীর্ঘ getDevicePersistentMemorySize ()
int64 device_persistent_memory_size = 16 [deprecated = true];
সর্বজনীন বিমূর্ত দীর্ঘ getDeviceTempMemorySize ()
int64 device_temp_memory_size = 11 [deprecated = true];
সর্বজনীন বিমূর্ত দীর্ঘ getHostTempMemorySize ()
int64 host_temp_memory_size = 10 [deprecated = true];
পাবলিক বিমূর্ত int getId ()
The id of the node. Node ids are only unique inside a partition.
int32 id = 3;
পাবলিক বিমূর্ত বুলিয়ান getInaccurate ()
Are the costs inaccurate?
bool inaccurate = 17;
সর্বজনীন বিমূর্ত CostGraphDef.Node.InputInfo getInputInfo (int index)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
সর্বজনীন বিমূর্ত int getInputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
সর্বজনীন বিমূর্ত তালিকা< CostGraphDef.Node.InputInfo > getInputInfoList ()
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
সর্বজনীন বিমূর্ত CostGraphDef.Node.InputInfoOrBuilder getInputInfoOrBuilder (int index)
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
সর্বজনীন বিমূর্ত তালিকা<? CostGraphDef.Node.InputInfoOrBuilder > getInputInfoOrBuilderList () প্রসারিত করে
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
পাবলিক বিমূর্ত বুলিয়ান getIsFinal ()
If true, the output is permanent: it can't be discarded, because this node is part of the "final output". Nodes may depend on final nodes.
bool is_final = 7;
পাবলিক বিমূর্ত দীর্ঘ getMemoryTime ()
Analytical estimate of the memory access cost of this node, in microseconds.
int64 memory_time = 15;
সর্বজনীন বিমূর্ত স্ট্রিং getName ()
The name of the node. Names are globally unique.
string name = 1;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getNameBytes ()
The name of the node. Names are globally unique.
string name = 1;
সর্বজনীন বিমূর্ত CostGraphDef.Node.OutputInfo getOutputInfo (int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
পাবলিক বিমূর্ত int getOutputInfoCount ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
সর্বজনীন বিমূর্ত তালিকা< CostGraphDef.Node.OutputInfo > getOutputInfoList ()
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
সর্বজনীন বিমূর্ত CostGraphDef.Node.OutputInfoOrBuilder getOutputInfoOrBuilder (int index)
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
সর্বজনীন বিমূর্ত তালিকা<? CostGraphDef.Node.OutputInfoOrBuilder > getOutputInfoOrBuilderList () প্রসারিত করে
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
পাবলিক বিমূর্ত দীর্ঘ getPersistentMemorySize ()
Persistent memory used by this node.
int64 persistent_memory_size = 12;
পাবলিক বিমূর্ত দীর্ঘ getTemporaryMemorySize ()
Temporary memory used by this node.
int64 temporary_memory_size = 6;