Searched refs:ParsePool (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_mutable_op_resolver.h | 138 ParsePool); in AddAveragePool2D() 288 tflite::ops::micro::Register_MAX_POOL_2D(), ParsePool); in AddMaxPool2D()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions.cc | 185 return ParsePool(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite() 277 return ParsePool(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite() 317 return ParsePool(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite() 1550 TfLiteStatus ParsePool(const Operator* op, ErrorReporter* error_reporter, in ParsePool() function
|
D | flatbuffer_conversions.h | 241 TfLiteStatus ParsePool(const Operator* op, ErrorReporter* error_reporter,
|