Uses of Class
org.tensorflow.proto.Execution.Builder
Packages that use Execution.Builder
-
Uses of Execution.Builder in org.tensorflow.proto
Subclasses with type arguments of type Execution.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classData relating to the eager execution of an op or a Graph.Methods in org.tensorflow.proto that return Execution.BuilderModifier and TypeMethodDescriptionExecution.Builder.addAllInputTensorIds(Iterable<? extends Long> values) IDs of the input tensors (if available).Execution.Builder.addAllOutputTensorDeviceIds(Iterable<? extends Integer> values) Debugged-generated IDs of the devices on which the output tensors reside.Execution.Builder.addAllOutputTensorIds(Iterable<? extends Long> values) IDs of the output tensors (if availbable).Execution.Builder.addAllTensorProtos(Iterable<? extends TensorProto> values) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.addInputTensorIds(long value) IDs of the input tensors (if available).Execution.Builder.addOutputTensorDeviceIds(int value) Debugged-generated IDs of the devices on which the output tensors reside.Execution.Builder.addOutputTensorIds(long value) IDs of the output tensors (if availbable).Execution.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Execution.Builder.addTensorProtos(int index, TensorProto value) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.addTensorProtos(int index, TensorProto.Builder builderForValue) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.addTensorProtos(TensorProto value) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.addTensorProtos(TensorProto.Builder builderForValue) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.clear()Execution.Builder.clearCodeLocation()Stack trace of the eager execution.Execution.Builder.clearField(Descriptors.FieldDescriptor field) Execution.Builder.clearGraphId()The graph that's executed: applicable only to the eager execution of a FuncGraph.Execution.Builder.clearInputTensorIds()IDs of the input tensors (if available).Execution.Builder.clearNumOutputs()Number of output tensors.Execution.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Execution.Builder.clearOpType()Op type (e.g., "MatMul").Execution.Builder.clearOutputTensorDeviceIds()Debugged-generated IDs of the devices on which the output tensors reside.Execution.Builder.clearOutputTensorIds()IDs of the output tensors (if availbable).Execution.Builder.clearTensorDebugMode()Type of the tensor value encapsulated in this proto.Execution.Builder.clearTensorProtos()Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.clone()DebugEvent.Builder.getExecutionBuilder()Execution of an op or a Graph (e.g., a tf.function).Execution.Builder.mergeCodeLocation(CodeLocation value) Stack trace of the eager execution.Execution.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Execution.BuilderExecution.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Execution.BuilderExecution.newBuilder()static Execution.BuilderExecution.newBuilder(Execution prototype) Execution.newBuilderForType()protected Execution.BuilderExecution.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Execution.Builder.removeTensorProtos(int index) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.setCodeLocation(CodeLocation value) Stack trace of the eager execution.Execution.Builder.setCodeLocation(CodeLocation.Builder builderForValue) Stack trace of the eager execution.Execution.Builder.setField(Descriptors.FieldDescriptor field, Object value) Execution.Builder.setGraphId(String value) The graph that's executed: applicable only to the eager execution of a FuncGraph.Execution.Builder.setGraphIdBytes(ByteString value) The graph that's executed: applicable only to the eager execution of a FuncGraph.Execution.Builder.setInputTensorIds(int index, long value) IDs of the input tensors (if available).Execution.Builder.setNumOutputs(int value) Number of output tensors.Op type (e.g., "MatMul").Execution.Builder.setOpTypeBytes(ByteString value) Op type (e.g., "MatMul").Execution.Builder.setOutputTensorDeviceIds(int index, int value) Debugged-generated IDs of the devices on which the output tensors reside.Execution.Builder.setOutputTensorIds(int index, long value) IDs of the output tensors (if availbable).Execution.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Execution.Builder.setTensorDebugMode(TensorDebugMode value) Type of the tensor value encapsulated in this proto.Execution.Builder.setTensorDebugModeValue(int value) Type of the tensor value encapsulated in this proto.Execution.Builder.setTensorProtos(int index, TensorProto value) Output Tensor values in the type described by `tensor_value_type`.Execution.Builder.setTensorProtos(int index, TensorProto.Builder builderForValue) Output Tensor values in the type described by `tensor_value_type`.final Execution.BuilderExecution.Builder.setUnknownFields(UnknownFieldSet unknownFields) Execution.toBuilder()Methods in org.tensorflow.proto with parameters of type Execution.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.setExecution(Execution.Builder builderForValue) Execution of an op or a Graph (e.g., a tf.function).