Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dtflite_driver.h44 const std::vector<int>& GetOutputs() override { in GetOutputs() function
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtflite_inference_stage.h74 const std::vector<void*>* GetOutputs() const { return &outputs_; } in GetOutputs() function
/external/libchrome/build/android/gyp/util/
Dproguard_util.py155 def GetOutputs(self): member in ProguardCmdBuilder
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtflite_engine.cc81 std::vector<const TfLiteTensor*> TfLiteEngine::GetOutputs() { in GetOutputs() function in tflite::task::core::TfLiteEngine
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dall_reduce_blueconnect.cc38 std::vector<HloInstruction*> GetOutputs(HloInstruction& instruction) { in GetOutputs() function
/external/armnn/tests/
DInferenceTest.hpp141 const std::vector<armnnUtils::TContainer>& GetOutputs() const { return m_Outputs; } in GetOutputs() function in armnn::test::InferenceModelTestCase
/external/tensorflow/tensorflow/core/grappler/
Dutils.h133 const absl::flat_hash_set<NodeDefT*>& GetOutputs( in GetOutputs() function
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc840 std::vector<std::pair<int, operator_property::TensorProperty>> GetOutputs( in GetOutputs() function
/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp2573 std::vector<std::string> OnnxParserImpl::GetOutputs(ModelPtr& model) in GetOutputs() function in armnnOnnxParser::OnnxParserImpl
/external/armnn/src/armnnDeserializer/
DDeserializer.cpp808 TensorRawPtrVector IDeserializer::DeserializerImpl::GetOutputs(const GraphPtr& graphPtr, unsigned i… in GetOutputs() function in armnnDeserializer::IDeserializer::DeserializerImpl
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.cpp4813 TfLiteParserImpl::TensorRawPtrVector TfLiteParserImpl::GetOutputs(const ModelPtr& model, in GetOutputs() function in armnnTfLiteParser::TfLiteParserImpl