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

Method end

tensorflow/core/framework/tensor_shape.cc:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629
630template <class Shape>
631TensorShapeIter<Shape> TensorShapeBase<Shape>::end() const {
632 CHECK(!unknown_rank());
633 return TensorShapeIter<Shape>(static_cast<const Shape*>(this), dims());
634}
635
636string TensorShapeRep::DebugString() const {
637 const auto& shape = *static_cast<const PartialTensorShape*>(this);

Callers 15

~ArenaMethod · 0.45
BatchAllocateMethod · 0.45
BatchDeallocateMethod · 0.45
FlushBackToArenaMethod · 0.45
~ThreadLocalCacheMethod · 0.45
AllocateMethod · 0.45
BatchAllocateMethod · 0.45
DeallocateMethod · 0.45
RemoveHoldMethod · 0.45
DataTypeSliceStringFunction · 0.45

Calls 1

dimsFunction · 0.85

Tested by 12

FFunction · 0.36
TESTFunction · 0.36
InferShapesMethod · 0.36
RunInferShapesFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CreateAsProtoFieldFunction · 0.36
DeallocateRawMethod · 0.36
RequestedSizeMethod · 0.36
FillValuesFunction · 0.36