Home
last modified time | relevance | path

Searched refs:ParseReducer (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dmicro_mutable_op_resolver.h293 ParseReducer); in AddMean()
343 tflite::ops::micro::Register_REDUCE_MAX(), ParseReducer); in AddReduceMax()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc321 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
365 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
369 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
373 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
377 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
454 return ParseReducer(op, error_reporter, allocator, builtin_data); in ParseOpDataTfLite()
1604 TfLiteStatus ParseReducer(const Operator* op, ErrorReporter* error_reporter, in ParseReducer() function
Dflatbuffer_conversions.h254 TfLiteStatus ParseReducer(const Operator* op, ErrorReporter* error_reporter,