CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addAllControlInput(Iterable<? extends Integer> values) |
Ids of the control inputs for this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addAllInputInfo(Iterable<? extends CostGraphDef.Node.InputInfo> values) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addAllOutputInfo(Iterable<? extends CostGraphDef.Node.OutputInfo> values) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addControlInput(int value) |
Ids of the control inputs for this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addInputInfo(int index,
CostGraphDef.Node.InputInfo value) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addInputInfo(int index,
CostGraphDef.Node.InputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addInputInfo(CostGraphDef.Node.InputInfo value) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addInputInfo(CostGraphDef.Node.InputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Builder.addNodeBuilder() |
repeated .tensorflow.CostGraphDef.Node node = 1;
|
CostGraphDef.Node.Builder |
CostGraphDef.Builder.addNodeBuilder(int index) |
repeated .tensorflow.CostGraphDef.Node node = 1;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addOutputInfo(int index,
CostGraphDef.Node.OutputInfo value) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addOutputInfo(int index,
CostGraphDef.Node.OutputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo value) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clear() |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearComputeCost() |
Estimate of the computational cost of this node, in microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearComputeTime() |
Analytical estimate of the computational cost of this node, in
microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearControlInput() |
Ids of the control inputs for this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearDevice() |
The device of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearDevicePersistentMemorySize() |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearDeviceTempMemorySize() |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearHostTempMemorySize() |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearId() |
The id of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearInputInfo() |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
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 |
CostGraphDef.Node.Builder.clearMemoryTime() |
Analytical estimate of the memory access cost of this node, in
microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearName() |
The name of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearOutputInfo() |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearPersistentMemorySize() |
Persistent memory used by this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clearTemporaryMemorySize() |
Temporary memory used by this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.clone() |
|
CostGraphDef.Node.Builder |
CostGraphDef.Builder.getNodeBuilder(int index) |
repeated .tensorflow.CostGraphDef.Node node = 1;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.mergeFrom(CostGraphDef.Node other) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static CostGraphDef.Node.Builder |
CostGraphDef.Node.newBuilder() |
|
static CostGraphDef.Node.Builder |
CostGraphDef.Node.newBuilder(CostGraphDef.Node prototype) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.newBuilderForType() |
|
protected CostGraphDef.Node.Builder |
CostGraphDef.Node.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.removeInputInfo(int index) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.removeOutputInfo(int index) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setComputeCost(long value) |
Estimate of the computational cost of this node, in microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setComputeTime(long value) |
Analytical estimate of the computational cost of this node, in
microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setControlInput(int index,
int value) |
Ids of the control inputs for this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setDevice(String value) |
The device of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setDeviceBytes(org.nd4j.shade.protobuf.ByteString value) |
The device of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setDevicePersistentMemorySize(long value) |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setDeviceTempMemorySize(long value) |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setHostTempMemorySize(long value) |
Deprecated.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setId(int value) |
The id of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setInputInfo(int index,
CostGraphDef.Node.InputInfo value) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setInputInfo(int index,
CostGraphDef.Node.InputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;
|
CostGraphDef.Node.Builder |
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 |
CostGraphDef.Node.Builder.setMemoryTime(long value) |
Analytical estimate of the memory access cost of this node, in
microseconds.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setName(String value) |
The name of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value) |
The name of the node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setOutputInfo(int index,
CostGraphDef.Node.OutputInfo value) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setOutputInfo(int index,
CostGraphDef.Node.OutputInfo.Builder builderForValue) |
repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setPersistentMemorySize(long value) |
Persistent memory used by this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setTemporaryMemorySize(long value) |
Temporary memory used by this node.
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
CostGraphDef.Node.Builder |
CostGraphDef.Node.toBuilder() |
|