Uses of Class
org.tensorflow.framework.CostGraphDef.Node.Builder
Packages that use CostGraphDef.Node.Builder
-
Uses of CostGraphDef.Node.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.Node.BuilderModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addAllControlInput(Iterable<? extends Integer> values) Ids of the control inputs for this node.CostGraphDef.Node.Builder.addAllInputInfo(Iterable<? extends CostGraphDef.Node.InputInfo> values) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.addAllOutputInfo(Iterable<? extends CostGraphDef.Node.OutputInfo> values) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addControlInput(int value) Ids of the control inputs for this node.CostGraphDef.Node.Builder.addInputInfo(int index, CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.addInputInfo(int index, CostGraphDef.Node.InputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.addInputInfo(CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.addInputInfo(CostGraphDef.Node.InputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Builder.addNodeBuilder()repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNodeBuilder(int index) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Node.Builder.addOutputInfo(int index, CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfo(int index, CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.Node.Builder.clear()CostGraphDef.Node.Builder.clearComputeCost()Estimate of the computational cost of this node, in microseconds.CostGraphDef.Node.Builder.clearComputeTime()Analytical estimate of the computational cost of this node, in microseconds.CostGraphDef.Node.Builder.clearControlInput()Ids of the control inputs for this node.CostGraphDef.Node.Builder.clearDevice()The device of the node.CostGraphDef.Node.Builder.clearDevicePersistentMemorySize()Deprecated.tensorflow.CostGraphDef.Node.device_persistent_memory_size is deprecated.CostGraphDef.Node.Builder.clearDeviceTempMemorySize()Deprecated.tensorflow.CostGraphDef.Node.device_temp_memory_size is deprecated.CostGraphDef.Node.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CostGraphDef.Node.Builder.clearHostTempMemorySize()Deprecated.tensorflow.CostGraphDef.Node.host_temp_memory_size is deprecated.CostGraphDef.Node.Builder.clearId()The id of the node.CostGraphDef.Node.Builder.clearInaccurate()Are the costs inaccurate?CostGraphDef.Node.Builder.clearInputInfo()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.clearIsFinal()If true, the output is permanent: it can't be discarded, because this node is part of the "final output".CostGraphDef.Node.Builder.clearMemoryTime()Analytical estimate of the memory access cost of this node, in microseconds.CostGraphDef.Node.Builder.clearName()The name of the node.CostGraphDef.Node.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CostGraphDef.Node.Builder.clearOutputInfo()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.clearPersistentMemorySize()Persistent memory used by this node.CostGraphDef.Node.Builder.clearTemporaryMemorySize()Temporary memory used by this node.CostGraphDef.Node.Builder.clone()CostGraphDef.Builder.getNodeBuilder(int index) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Node.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CostGraphDef.Node.Builder.mergeFrom(com.google.protobuf.Message other) CostGraphDef.Node.Builder.mergeFrom(CostGraphDef.Node other) CostGraphDef.Node.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CostGraphDef.Node.BuilderCostGraphDef.Node.newBuilder()static CostGraphDef.Node.BuilderCostGraphDef.Node.newBuilder(CostGraphDef.Node prototype) CostGraphDef.Node.newBuilderForType()protected CostGraphDef.Node.BuilderCostGraphDef.Node.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CostGraphDef.Node.Builder.removeInputInfo(int index) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.removeOutputInfo(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.setComputeCost(long value) Estimate of the computational cost of this node, in microseconds.CostGraphDef.Node.Builder.setComputeTime(long value) Analytical estimate of the computational cost of this node, in microseconds.CostGraphDef.Node.Builder.setControlInput(int index, int value) Ids of the control inputs for this node.The device of the node.CostGraphDef.Node.Builder.setDeviceBytes(com.google.protobuf.ByteString value) The device of the node.CostGraphDef.Node.Builder.setDevicePersistentMemorySize(long value) Deprecated.tensorflow.CostGraphDef.Node.device_persistent_memory_size is deprecated.CostGraphDef.Node.Builder.setDeviceTempMemorySize(long value) Deprecated.tensorflow.CostGraphDef.Node.device_temp_memory_size is deprecated.CostGraphDef.Node.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CostGraphDef.Node.Builder.setHostTempMemorySize(long value) Deprecated.tensorflow.CostGraphDef.Node.host_temp_memory_size is deprecated.CostGraphDef.Node.Builder.setId(int value) The id of the node.CostGraphDef.Node.Builder.setInaccurate(boolean value) Are the costs inaccurate?CostGraphDef.Node.Builder.setInputInfo(int index, CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.setInputInfo(int index, CostGraphDef.Node.InputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.setIsFinal(boolean value) If true, the output is permanent: it can't be discarded, because this node is part of the "final output".CostGraphDef.Node.Builder.setMemoryTime(long value) Analytical estimate of the memory access cost of this node, in microseconds.The name of the node.CostGraphDef.Node.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the node.CostGraphDef.Node.Builder.setOutputInfo(int index, CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.setOutputInfo(int index, CostGraphDef.Node.OutputInfo.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.setPersistentMemorySize(long value) Persistent memory used by this node.CostGraphDef.Node.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CostGraphDef.Node.Builder.setTemporaryMemorySize(long value) Temporary memory used by this node.CostGraphDef.Node.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CostGraphDef.Node.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.Node.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.getNodeBuilderList()repeated .tensorflow.CostGraphDef.Node node = 1;Methods in org.tensorflow.framework with parameters of type CostGraphDef.Node.BuilderModifier and TypeMethodDescriptionCostGraphDef.Builder.addNode(int index, CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNode(CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.setNode(int index, CostGraphDef.Node.Builder builderForValue) repeated .tensorflow.CostGraphDef.Node node = 1;