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

Method SetInputTensor

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

Source from the content-addressed store, hash-verified

386}
387
388Status InferenceContext::SetInputTensor(ValueId id, const TensorFloat32& tensor,
389 CLCommandQueue* queue) {
390 return GetTensor(id)->WriteData(queue, tensor);
391}
392
393Status InferenceContext::GetOutputTensor(ValueId id, CLCommandQueue* queue,
394 TensorFloat32* result) {

Callers

nothing calls this directly

Calls 2

GetTensorFunction · 0.85
WriteDataMethod · 0.45

Tested by

no test coverage detected