Uses of Class
org.tensorflow.proto.GraphExecutionTrace.Builder
Packages that use GraphExecutionTrace.Builder
-
Uses of GraphExecutionTrace.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphExecutionTrace.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classData relating to an execution of a Graph (e.g., an eager execution of a FuncGraph).Methods in org.tensorflow.proto that return GraphExecutionTrace.BuilderModifier and TypeMethodDescriptionGraphExecutionTrace.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) GraphExecutionTrace.Builder.clear()GraphExecutionTrace.Builder.clearDeviceName()Name of the device that the op belongs to.GraphExecutionTrace.Builder.clearField(Descriptors.FieldDescriptor field) GraphExecutionTrace.Builder.clearOneof(Descriptors.OneofDescriptor oneof) GraphExecutionTrace.Builder.clearOpName()Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).GraphExecutionTrace.Builder.clearOutputSlot()Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).GraphExecutionTrace.Builder.clearTensorDebugMode()Type of the tensor value encapsulated in this proto.GraphExecutionTrace.Builder.clearTensorProto()Tensor value in the type described by `tensor_value_type`.GraphExecutionTrace.Builder.clearTfdbgContextId()Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).GraphExecutionTrace.Builder.clone()DebugEvent.Builder.getGraphExecutionTraceBuilder()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.GraphExecutionTrace.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphExecutionTrace.Builder.mergeFrom(GraphExecutionTrace other) GraphExecutionTrace.Builder.mergeTensorProto(TensorProto value) Tensor value in the type described by `tensor_value_type`.GraphExecutionTrace.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static GraphExecutionTrace.BuilderGraphExecutionTrace.newBuilder()static GraphExecutionTrace.BuilderGraphExecutionTrace.newBuilder(GraphExecutionTrace prototype) GraphExecutionTrace.newBuilderForType()protected GraphExecutionTrace.BuilderGraphExecutionTrace.newBuilderForType(GeneratedMessageV3.BuilderParent parent) GraphExecutionTrace.Builder.setDeviceName(String value) Name of the device that the op belongs to.GraphExecutionTrace.Builder.setDeviceNameBytes(ByteString value) Name of the device that the op belongs to.GraphExecutionTrace.Builder.setField(Descriptors.FieldDescriptor field, Object value) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).GraphExecutionTrace.Builder.setOpNameBytes(ByteString value) Name of the op (applicable only in the case of the `FULL_TENSOR` trace level).GraphExecutionTrace.Builder.setOutputSlot(int value) Output slot of the tensor (applicable only in the case of the `FULL_TENSOR` trace level).GraphExecutionTrace.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) GraphExecutionTrace.Builder.setTensorDebugMode(TensorDebugMode value) Type of the tensor value encapsulated in this proto.GraphExecutionTrace.Builder.setTensorDebugModeValue(int value) Type of the tensor value encapsulated in this proto.GraphExecutionTrace.Builder.setTensorProto(TensorProto value) Tensor value in the type described by `tensor_value_type`.GraphExecutionTrace.Builder.setTensorProto(TensorProto.Builder builderForValue) Tensor value in the type described by `tensor_value_type`.GraphExecutionTrace.Builder.setTfdbgContextId(String value) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).GraphExecutionTrace.Builder.setTfdbgContextIdBytes(ByteString value) Unique ID of the context that the executed op(s) belong to (e.g., a compiled concrete tf.function).GraphExecutionTrace.Builder.setUnknownFields(UnknownFieldSet unknownFields) GraphExecutionTrace.toBuilder()Methods in org.tensorflow.proto with parameters of type GraphExecutionTrace.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.setGraphExecutionTrace(GraphExecutionTrace.Builder builderForValue) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.