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

Method IsTensorFlowTensor

tensorflow/lite/delegates/flex/buffer_map.cc:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool BufferMap::IsTensorFlowTensor(int tensor_index) const {
146 return HasTensor(tensor_index) && owned_by_tf_.count(tensor_index) > 0;
147}
148
149tensorflow::Tensor BufferMap::GetTensor(int tensor_index) const {
150 return id_to_tensor_.at(tensor_index);

Callers 2

EvalFunction · 0.80
TESTFunction · 0.80

Calls 1

countMethod · 0.45

Tested by 1

TESTFunction · 0.64