Uses of Class
org.tensorflow.proto.GraphOpCreation.Builder
Packages that use GraphOpCreation.Builder
-
Uses of GraphOpCreation.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphOpCreation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classThe creation of an op in a TensorFlow Graph (e.g., FuncGraph in TF2).Methods in org.tensorflow.proto that return GraphOpCreation.BuilderModifier and TypeMethodDescriptionGraphOpCreation.Builder.addAllInputNames(Iterable<String> values) Names of the input tensors to the op.GraphOpCreation.Builder.addAllOutputTensorIds(Iterable<? extends Integer> values) Unique IDs for the output tensors of this op.GraphOpCreation.Builder.addInputNames(String value) Names of the input tensors to the op.GraphOpCreation.Builder.addInputNamesBytes(ByteString value) Names of the input tensors to the op.GraphOpCreation.Builder.addOutputTensorIds(int value) Unique IDs for the output tensors of this op.GraphOpCreation.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) GraphOpCreation.Builder.clear()GraphOpCreation.Builder.clearCodeLocation()The unique ID for code location (stack trace) of the op's creation.GraphOpCreation.Builder.clearDeviceName()Name of the device that the op is assigned to (if available).GraphOpCreation.Builder.clearField(Descriptors.FieldDescriptor field) GraphOpCreation.Builder.clearGraphId()Unique ID of the graph (generated by debugger).GraphOpCreation.Builder.clearGraphName()Name of the graph that the op is a part of (if available).GraphOpCreation.Builder.clearInputNames()Names of the input tensors to the op.GraphOpCreation.Builder.clearNumOutputs()Number of output tensors emitted by the op.GraphOpCreation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) GraphOpCreation.Builder.clearOpName()Name of the op (e.g., "Dense/MatMul_1").GraphOpCreation.Builder.clearOpType()Type of the op (e.g., "MatMul").GraphOpCreation.Builder.clearOutputTensorIds()Unique IDs for the output tensors of this op.GraphOpCreation.Builder.clone()DebugEvent.Builder.getGraphOpCreationBuilder()The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).GraphOpCreation.Builder.mergeCodeLocation(CodeLocation value) The unique ID for code location (stack trace) of the op's creation.GraphOpCreation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphOpCreation.Builder.mergeFrom(GraphOpCreation other) final GraphOpCreation.BuilderGraphOpCreation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static GraphOpCreation.BuilderGraphOpCreation.newBuilder()static GraphOpCreation.BuilderGraphOpCreation.newBuilder(GraphOpCreation prototype) GraphOpCreation.newBuilderForType()protected GraphOpCreation.BuilderGraphOpCreation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) GraphOpCreation.Builder.setCodeLocation(CodeLocation value) The unique ID for code location (stack trace) of the op's creation.GraphOpCreation.Builder.setCodeLocation(CodeLocation.Builder builderForValue) The unique ID for code location (stack trace) of the op's creation.GraphOpCreation.Builder.setDeviceName(String value) Name of the device that the op is assigned to (if available).GraphOpCreation.Builder.setDeviceNameBytes(ByteString value) Name of the device that the op is assigned to (if available).GraphOpCreation.Builder.setField(Descriptors.FieldDescriptor field, Object value) GraphOpCreation.Builder.setGraphId(String value) Unique ID of the graph (generated by debugger).GraphOpCreation.Builder.setGraphIdBytes(ByteString value) Unique ID of the graph (generated by debugger).GraphOpCreation.Builder.setGraphName(String value) Name of the graph that the op is a part of (if available).GraphOpCreation.Builder.setGraphNameBytes(ByteString value) Name of the graph that the op is a part of (if available).GraphOpCreation.Builder.setInputNames(int index, String value) Names of the input tensors to the op.GraphOpCreation.Builder.setNumOutputs(int value) Number of output tensors emitted by the op.Name of the op (e.g., "Dense/MatMul_1").GraphOpCreation.Builder.setOpNameBytes(ByteString value) Name of the op (e.g., "Dense/MatMul_1").Type of the op (e.g., "MatMul").GraphOpCreation.Builder.setOpTypeBytes(ByteString value) Type of the op (e.g., "MatMul").GraphOpCreation.Builder.setOutputTensorIds(int index, int value) Unique IDs for the output tensors of this op.GraphOpCreation.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final GraphOpCreation.BuilderGraphOpCreation.Builder.setUnknownFields(UnknownFieldSet unknownFields) GraphOpCreation.toBuilder()Methods in org.tensorflow.proto with parameters of type GraphOpCreation.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.setGraphOpCreation(GraphOpCreation.Builder builderForValue) The creation of an op within a graph (e.g., a FuncGraph compiled from a Python function).