Uses of Class
org.tensorflow.proto.Execution
Packages that use Execution
-
Uses of Execution in org.tensorflow.proto
Methods in org.tensorflow.proto that return ExecutionModifier and TypeMethodDescriptionExecution.Builder.build()Execution.Builder.buildPartial()static ExecutionExecution.getDefaultInstance()Execution.Builder.getDefaultInstanceForType()Execution.getDefaultInstanceForType()DebugEvent.Builder.getExecution()Execution of an op or a Graph (e.g., a tf.function).DebugEvent.getExecution()Execution of an op or a Graph (e.g., a tf.function).DebugEventOrBuilder.getExecution()Execution of an op or a Graph (e.g., a tf.function).static ExecutionExecution.parseDelimitedFrom(InputStream input) static ExecutionExecution.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(byte[] data) static ExecutionExecution.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(ByteString data) static ExecutionExecution.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(CodedInputStream input) static ExecutionExecution.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(InputStream input) static ExecutionExecution.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(ByteBuffer data) static ExecutionExecution.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type ExecutionMethods in org.tensorflow.proto with parameters of type ExecutionModifier and TypeMethodDescriptionDebugEvent.Builder.mergeExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).static Execution.BuilderExecution.newBuilder(Execution prototype) DebugEvent.Builder.setExecution(Execution value) Execution of an op or a Graph (e.g., a tf.function).