Home
last modified time | relevance | path

Searched defs:GetInputs (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/
H A Dinput_generator.h43 std::vector<std::pair<string, string>> GetInputs() { return inputs_; } in GetInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.h41 const std::vector<int>& GetInputs() override { in GetInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dops.cc52 Operation::Inputs Operation::GetInputs(Node* node) { in GetInputs() function in tensorflow::Operation
/aosp_15_r20/external/libchrome/build/android/gyp/util/
H A Dproguard_util.py148 def GetInputs(self): member in ProguardCmdBuilder
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc70 std::vector<TfLiteTensor*> TfLiteEngine::GetInputs() { in GetInputs() function in tflite::task::core::TfLiteEngine
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Deager_operation.cc240 absl::Span<ImmediateExecutionTensorHandle* const> EagerOperation::GetInputs() in GetInputs() function in tensorflow::EagerOperation
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
H A Dop_handler_selector_test.cc204 absl::Span<tensorflow::ImmediateExecutionTensorHandle* const> GetInputs() in GetInputs() function in tfrt::tf::__anon6788e1330111::FakeOperation
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h2134 HInputsRef GetInputs() { in GetInputs() function
2138 HConstInputsRef GetInputs() const { in GetInputs() function
/aosp_15_r20/build/soong/ui/status/ninja_frontend/
H A Dfrontend.pb.go416 func (x *Status_EdgeStarted) GetInputs() []string { func
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer.cc258 Status GetInputs(ScopedAllocatorOptimizer* sa_opti, int64_t invocation_count, in GetInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc1610 OperationInterface::GetInputs() const { in GetInputs() function in tfrt::tf::OperationInterface
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model.cc827 std::vector<std::pair<int, operator_property::TensorProperty>> GetInputs( in GetInputs() function
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py522 def GetInputs(self): member in Model
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp2549 std::vector<std::string> OnnxParserImpl::GetInputs(ModelPtr& model) in GetInputs() function in armnnOnnxParser::OnnxParserImpl
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp791 TensorRawPtrVector IDeserializer::DeserializerImpl::GetInputs(const GraphPtr& graphPtr, unsigned in… in GetInputs() function in armnnDeserializer::IDeserializer::DeserializerImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc1622 Status Converter::GetInputs(const NodeDef& node_def, in GetInputs() function in tensorflow::tensorrt::convert::Converter
H A Dconvert_nodes_test.cc548 Status GetInputs(const NodeDef& node_def, in GetInputs() function in tensorflow::tensorrt::convert::ConverterTest
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp4786 TfLiteParserImpl::TensorRawPtrVector TfLiteParserImpl::GetInputs(const ModelPtr& model, in GetInputs() function in armnnTfLiteParser::TfLiteParserImpl