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

Method data

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

Return a pointer to the data pointers of all tensors in the list. For example: float* const* f = v.data(); f[0][1] is the second element of the first tensor.

Source from the content-addressed store, hash-verified

74 // float* const* f = v.data();
75 // f[0][1] is the second element of the first tensor.
76 T* const* data() const { return all_data_.data(); }
77
78 // Return a pointer the shape pointers of all tensors in the list. For
79 // example:

Callers 15

VerifyGoldensMethod · 0.45
TESTFunction · 0.45
PrepareFunction · 0.45
EvalQuantizedPerChannelFunction · 0.45
PackImplFunction · 0.45
PrepareFunction · 0.45
EvalQuantizedPerChannelFunction · 0.45
VerifyGoldensMethod · 0.45
VerifyGoldensMethod · 0.45
TESTFunction · 0.45
EvalQuantizedFunction · 0.45
VerifyGoldensMethod · 0.45

Calls

no outgoing calls

Tested by 15

VerifyGoldensMethod · 0.36
TESTFunction · 0.36
VerifyGoldensMethod · 0.36
VerifyGoldensMethod · 0.36
TESTFunction · 0.36
VerifyGoldensMethod · 0.36
RunTestPermutationFunction · 0.36
TEST_FFunction · 0.36
SetCustomOpMethod · 0.36
BuildInterpreterMethod · 0.36
QuantizeAndPopulateMethod · 0.36