Home
last modified time | relevance | path

Searched refs:ParseResizeNearestNeighbor (Results 1 – 5 of 5) sorted by relevance

/external/armnn/src/armnnTfLiteParser/test/
DResizeNearestNeighbor.cpp103 BOOST_FIXTURE_TEST_CASE(ParseResizeNearestNeighbor, SimpleResizeNearestNeighborFixture) in BOOST_FIXTURE_TEST_CASE() argument
/external/armnn/src/armnnTfLiteParser/
DTfLiteParser.hpp126 void ParseResizeNearestNeighbor(size_t subgraphIndex, size_t operatorIndex);
DTfLiteParser.cpp571 …tions[tflite::BuiltinOperator_RESIZE_NEAREST_NEIGHBOR] = &TfLiteParser::ParseResizeNearestNeighbor; in TfLiteParser()
2140 void TfLiteParser::ParseResizeNearestNeighbor(size_t subgraphIndex, size_t operatorIndex) in ParseResizeNearestNeighbor() function in armnnTfLiteParser::TfLiteParser
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.h281 TfLiteStatus ParseResizeNearestNeighbor(const Operator* op,
Dflatbuffer_conversions.cc409 return ParseResizeNearestNeighbor(op, error_reporter, allocator, in ParseOpDataTfLite()
1772 TfLiteStatus ParseResizeNearestNeighbor(const Operator* op, in ParseResizeNearestNeighbor() function