Home
last modified time | relevance | path

Searched defs:GetTensor (Results 1 – 21 of 21) sorted by relevance

/external/armnn/src/backends/cl/
DClTensorHandle.hpp47 arm_compute::CLTensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::ClTensorHandle
48 arm_compute::CLTensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::ClTensorHandle
243 arm_compute::CLSubTensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::ClSubTensorHandle
244 arm_compute::CLSubTensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::ClSubTensorHandle
DClImportTensorHandle.hpp47 arm_compute::CLTensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::ClImportTensorHandle
48 arm_compute::CLTensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::ClImportTensorHandle
349 arm_compute::CLSubTensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::ClImportSubTensorHandle
350 arm_compute::CLSubTensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::ClImportSubTensorHandle
/external/armnn/src/backends/neon/
DNeonTensorHandle.hpp51 arm_compute::ITensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::NeonTensorHandle
52 arm_compute::ITensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::NeonTensorHandle
291 arm_compute::ITensor& GetTensor() override { return m_Tensor; } in GetTensor() function in armnn::NeonSubTensorHandle
292 arm_compute::ITensor const& GetTensor() const override { return m_Tensor; } in GetTensor() function in armnn::NeonSubTensorHandle
/external/tensorflow/tensorflow/cc/framework/
Dtestutil.cc33 void GetTensor(const Scope& scope, Output tensor, Tensor* out) { in GetTensor() function
46 void GetTensor(const Scope& scope, const std::vector<Output>& assign_vars, in GetTensor() function
/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable.h44 TfLiteTensor* GetTensor() { return is_initialized_ ? &tensor_ : nullptr; } in GetTensor() function
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_tensor.h37 const ::tensorflow::Tensor* GetTensor() const { return &tensor_; } in GetTensor() function
/external/federated-compute/fcp/aggregation/tensorflow/
Dcheckpoint_reader.cc81 StatusOr<Tensor> CheckpointReader::GetTensor(const std::string& name) const { in GetTensor() function in fcp::aggregation::tensorflow::CheckpointReader
Dtensorflow_checkpoint_parser_factory.cc58 absl::StatusOr<Tensor> GetTensor(const std::string& name) const override { in GetTensor() function in fcp::aggregation::tensorflow::__anonce70ed360111::TensorflowCheckpointParser
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map.cc40 tensorflow::Tensor BufferMap::GetTensor(int tensor_index) const { in GetTensor() function in tflite::flex::BufferMap
Dkernel.cc151 const tensorflow::Tensor& GetTensor(int i) const { return vector_[i]; } in GetTensor() function in tflite::flex::OpOutputs
/external/tensorflow/tensorflow/c/
Dcheckpoint_reader.cc88 void CheckpointReader::GetTensor( in GetTensor() function in tensorflow::checkpoint::CheckpointReader
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_state.cc26 Status SessionState::GetTensor(const string& handle, Tensor* tensor) { in GetTensor() function in tensorflow::SessionState
/external/armnn/src/backends/backendsCommon/
DTensorHandle.cpp50 void* TensorHandle::GetTensor<void>() const in GetTensor() function in armnn::TensorHandle
/external/armnn/include/armnn/backends/
DTensorHandle.hpp83 T* GetTensor() const in GetTensor() function in armnn::TensorHandle
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dweights.h47 const Tensor& GetTensor() const { return tensor_; } in GetTensor() function
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader.cc234 Status TensorSliceReader::GetTensor( in GetTensor() function in tensorflow::checkpoint::TensorSliceReader
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.cc687 PyObject* InterpreterWrapper::GetTensor(int i, int subgraph_index) const { in GetTensor() function in tflite::interpreter_wrapper::InterpreterWrapper
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc324 MetalSpatialTensor* InferenceContext::GetTensor(ValueId tensor_id) { in GetTensor() function in tflite::gpu::metal::InferenceContext
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc883 Tensor* InferenceContext::GetTensor(ValueId id) { in GetTensor() function in tflite::gpu::cl::InferenceContext
/external/tensorflow/tensorflow/lite/c/
Dcommon.h823 TfLiteTensor* (*GetTensor)(const struct TfLiteContext* context, member
/external/mesa3d/include/tensorflow/lite/core/c/
Dcommon.h871 TfLiteTensor* (*GetTensor)(const struct TfLiteContext* context, member