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

Method num_components

tensorflow/core/kernels/barrier_ops.cc:283–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282 const string& name() const { return name_; }
283 int num_components() const { return value_component_types_.size(); }
284 DataType component_type(int i) const {
285 CHECK_GE(i, 0);
286 CHECK_LT(static_cast<size_t>(i), value_component_types_.size());

Callers 1

ComputeAsyncMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected