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

Method index

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

Returns the index into the outputs of the Operation.

()

Source from the content-addressed store, hash-verified

35
36 /** Returns the index into the outputs of the Operation. */
37 public int index() {
38 return index;
39 }
40
41 /** Returns the (possibly partially known) shape of the tensor referred to by this Output. */
42 public Shape shape() {

Callers 7

outputListMethod · 0.45
addGradientsMethod · 0.45
buildSubgraphMethod · 0.45
whileLoopMethod · 0.45
addInputMethod · 0.45
addInputListMethod · 0.45
runHelperMethod · 0.45

Calls

no outgoing calls

Tested by 1

outputListMethod · 0.36