Home
last modified time | relevance | path

Searched defs:GetOutputs (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.h44 const std::vector<int>& GetOutputs() override { in GetOutputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dtflite_inference_stage.h74 const std::vector<void*>* GetOutputs() const { return &outputs_; } in GetOutputs() function
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dtf_session.cc94 Result<std::unique_ptr<TfSession::NamedTensorMap>> TfSession::GetOutputs( in GetOutputs() function in fcp::TfSession
/aosp_15_r20/external/libchrome/build/android/gyp/util/
H A Dproguard_util.py155 def GetOutputs(self): member in ProguardCmdBuilder
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc81 std::vector<const TfLiteTensor*> TfLiteEngine::GetOutputs() { in GetOutputs() function in tflite::task::core::TfLiteEngine
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dall_reduce_blueconnect.cc38 std::vector<HloInstruction*> GetOutputs(HloInstruction& instruction) { in GetOutputs() function
/aosp_15_r20/external/armnn/tests/
H A DInferenceTest.hpp141 const std::vector<armnnUtils::TContainer>& GetOutputs() const { return m_Outputs; } in GetOutputs() function in armnn::test::InferenceModelTestCase
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.h133 const absl::flat_hash_set<NodeDefT*>& GetOutputs( in GetOutputs() function
/aosp_15_r20/build/soong/ui/status/ninja_frontend/
H A Dfrontend.pb.go423 func (x *Status_EdgeStarted) GetOutputs() []string { func
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model.cc840 std::vector<std::pair<int, operator_property::TensorProperty>> GetOutputs( in GetOutputs() function
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py525 def GetOutputs(self): member in Model
/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp2573 std::vector<std::string> OnnxParserImpl::GetOutputs(ModelPtr& model) in GetOutputs() function in armnnOnnxParser::OnnxParserImpl
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp808 TensorRawPtrVector IDeserializer::DeserializerImpl::GetOutputs(const GraphPtr& graphPtr, unsigned i… in GetOutputs() function in armnnDeserializer::IDeserializer::DeserializerImpl
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp4813 TfLiteParserImpl::TensorRawPtrVector TfLiteParserImpl::GetOutputs(const ModelPtr& model, in GetOutputs() function in armnnTfLiteParser::TfLiteParserImpl