Uses of Class
org.tensorflow.proto.GraphExecutionTrace
Packages that use GraphExecutionTrace
-
Uses of GraphExecutionTrace in org.tensorflow.proto
Methods in org.tensorflow.proto that return GraphExecutionTraceModifier and TypeMethodDescriptionGraphExecutionTrace.Builder.build()GraphExecutionTrace.Builder.buildPartial()static GraphExecutionTraceGraphExecutionTrace.getDefaultInstance()GraphExecutionTrace.Builder.getDefaultInstanceForType()GraphExecutionTrace.getDefaultInstanceForType()DebugEvent.Builder.getGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEvent.getGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.DebugEventOrBuilder.getGraphExecutionTrace()A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.static GraphExecutionTraceGraphExecutionTrace.parseDelimitedFrom(InputStream input) static GraphExecutionTraceGraphExecutionTrace.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphExecutionTraceGraphExecutionTrace.parseFrom(byte[] data) static GraphExecutionTraceGraphExecutionTrace.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static GraphExecutionTraceGraphExecutionTrace.parseFrom(ByteString data) static GraphExecutionTraceGraphExecutionTrace.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static GraphExecutionTraceGraphExecutionTrace.parseFrom(CodedInputStream input) static GraphExecutionTraceGraphExecutionTrace.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static GraphExecutionTraceGraphExecutionTrace.parseFrom(InputStream input) static GraphExecutionTraceGraphExecutionTrace.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GraphExecutionTraceGraphExecutionTrace.parseFrom(ByteBuffer data) static GraphExecutionTraceGraphExecutionTrace.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type GraphExecutionTraceModifier and TypeMethodDescriptionGraphExecutionTrace.getParserForType()static Parser<GraphExecutionTrace> GraphExecutionTrace.parser()Methods in org.tensorflow.proto with parameters of type GraphExecutionTraceModifier and TypeMethodDescriptionGraphExecutionTrace.Builder.mergeFrom(GraphExecutionTrace other) DebugEvent.Builder.mergeGraphExecutionTrace(GraphExecutionTrace value) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.static GraphExecutionTrace.BuilderGraphExecutionTrace.newBuilder(GraphExecutionTrace prototype) DebugEvent.Builder.setGraphExecutionTrace(GraphExecutionTrace value) A graph execution trace: Contains information about the intermediate tensors computed during the graph execution.