Home
last modified time | relevance | path

Searched defs:input_tensors_ (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnManager.h125 input_tensors_; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtf_driver.h78 std::unordered_map<string, tensorflow::Tensor> input_tensors_; variable
/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/
H A DOpWrapper.h111 std::vector<std::shared_ptr<TensorWrapper>> input_tensors_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsimple_propagator_state.h176 std::vector<Entry> input_tensors_; variable
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama3_2/runner/
H A Dio_memory.h54 std::vector<std::vector<executorch::aten::TensorImpl*>> input_tensors_; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/
H A Dtrt_convert_api_test.cc284 std::vector<std::vector<Tensor>> input_tensors_; member in tensorflow::tensorrt::TrtConverterTest
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/llama/runner/
H A Dio_memory.h51 std::vector<std::vector<executorch::aten::TensorImpl*>> input_tensors_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h822 std::vector<const Tensor*> input_tensors_; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.h546 std::vector<std::unique_ptr<Tensor>> input_tensors_; variable