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

Method shapes

tensorflow/lite/kernels/internal/tensor.h:82–82  ·  view source on GitHub ↗

Return a pointer the shape pointers of all tensors in the list. For example: const RuntimeShape* const* d = v.dims(); dims[1] are the dimensions of the second tensor in the list.

Source from the content-addressed store, hash-verified

80 // const RuntimeShape* const* d = v.dims();
81 // dims[1] are the dimensions of the second tensor in the list.
82 const RuntimeShape* const* shapes() const { return all_shape_ptr_.data(); }
83
84 private:
85 std::vector<T*> all_data_;

Callers 2

PackImplFunction · 0.45
UnpackImplFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected