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

Method arg_num

tensorflow/compiler/tf2xla/xla_resource.h:66–66  ·  view source on GitHub ↗

If this resource is visible externally to the computation, what was its argument number? < 0 means "not visible externally".

Source from the content-addressed store, hash-verified

64 // argument number?
65 // < 0 means "not visible externally".
66 int arg_num() const { return arg_num_; }
67
68 // A descriptive name for the resource, used in error messages.
69 const string& name() const { return name_; }

Callers 1

BuildComputationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected