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

Method GetTensor

tensorflow/lite/delegates/gpu/cl/inference_context.cc:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384Tensor* InferenceContext::GetTensor(ValueId id) {
385 return &tensors_[remap_from_graph_ids_to_shared_[id]];
386}
387
388Status InferenceContext::SetInputTensor(ValueId id, const TensorFloat32& tensor,
389 CLCommandQueue* queue) {

Callers 2

NewTensorTieMethod · 0.45
LinkTensorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected