Class ConnectTPUEmbeddingHosts
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.ConnectTPUEmbeddingHosts
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
ConnectTPUEmbeddingHosts
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static ConnectTPUEmbeddingHosts create(Scope scope, Iterable<Operand<TString>> networkConfigs) Factory method to create a class wrapping a new ConnectTPUEmbeddingHosts operation.- Parameters:
scope- current scopenetworkConfigs- Strings containing metadata about the hostname and RPC port used for communication with all hosts.- Returns:
- a new instance of ConnectTPUEmbeddingHosts
-