MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / op

Method op

tensorflow/java/src/main/java/org/tensorflow/Output.java:32–34  ·  view source on GitHub ↗

Returns the Operation that will produce the tensor referred to by this Output.

()

Source from the content-addressed store, hash-verified

30
31 /** Returns the Operation that will produce the tensor referred to by this Output. */
32 public Operation op() {
33 return operation;
34 }
35
36 /** Returns the index into the outputs of the Operation. */
37 public int index() {

Callers 14

WriteTSOpsFunction · 0.45
operationEqualityMethod · 0.45
operationToStringMethod · 0.45
outputEqualityMethod · 0.45
outputCollectionMethod · 0.45
validateImportedGraphMethod · 0.45
iterateOverOperationsMethod · 0.45
basicMethod · 0.45
hierarchyMethod · 0.45
compositeMethod · 0.45

Calls

no outgoing calls

Tested by 11

operationEqualityMethod · 0.36
operationToStringMethod · 0.36
outputEqualityMethod · 0.36
outputCollectionMethod · 0.36
validateImportedGraphMethod · 0.36
iterateOverOperationsMethod · 0.36
basicMethod · 0.36
hierarchyMethod · 0.36
compositeMethod · 0.36