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

Method begin

tensorflow/core/framework/tensor_shape_test.cc:472–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472TensorShapeIterOld TensorShapeOld::begin() const {
473 return TensorShapeIterOld(this, 0);
474}
475
476TensorShapeIterOld TensorShapeOld::end() const {
477 return TensorShapeIterOld(this, dims());

Callers 2

InsertDimMethod · 0.45
RemoveDimMethod · 0.45

Calls 1

TensorShapeIterOldClass · 0.85

Tested by

no test coverage detected