Uses of Class
org.tensorflow.framework.Code
-
Packages that use Code Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of Code in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return Code Modifier and Type Method Description Code
RunGraphResponse.Builder. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Code
RunGraphResponse. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Code
RunGraphResponseOrBuilder. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Code
RunStepResponse.Builder. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Code
RunStepResponse. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Code
RunStepResponseOrBuilder. getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.Methods in org.tensorflow.distruntime with parameters of type Code Modifier and Type Method Description RunGraphResponse.Builder
RunGraphResponse.Builder. setStatusCode(Code value)
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.RunStepResponse.Builder
RunStepResponse.Builder. setStatusCode(Code value)
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata. -
Uses of Code in org.tensorflow.framework
Methods in org.tensorflow.framework that return Code Modifier and Type Method Description static Code
Code. forNumber(int value)
Code
QueueRunnerDef.Builder. getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Code
QueueRunnerDef. getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Code
QueueRunnerDefOrBuilder. getQueueClosedExceptionTypes(int index)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.static Code
Code. valueOf(int value)
Deprecated.static Code
Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static Code
Code. valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Code[]
Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.framework that return types with arguments of type Code Modifier and Type Method Description List<Code>
QueueRunnerDef.Builder. getQueueClosedExceptionTypesList()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.List<Code>
QueueRunnerDef. getQueueClosedExceptionTypesList()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.List<Code>
QueueRunnerDefOrBuilder. getQueueClosedExceptionTypesList()
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.static org.nd4j.shade.protobuf.Internal.EnumLiteMap<Code>
Code. internalGetValueMap()
Methods in org.tensorflow.framework with parameters of type Code Modifier and Type Method Description QueueRunnerDef.Builder
QueueRunnerDef.Builder. addQueueClosedExceptionTypes(Code value)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.QueueRunnerDef.Builder
QueueRunnerDef.Builder. setQueueClosedExceptionTypes(int index, Code value)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.Method parameters in org.tensorflow.framework with type arguments of type Code Modifier and Type Method Description QueueRunnerDef.Builder
QueueRunnerDef.Builder. addAllQueueClosedExceptionTypes(Iterable<? extends Code> values)
A list of exception types considered to signal a safely closed queue if raised during enqueue operations.
-