Searched refs:ParseReducer (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_mutable_op_resolver.h | 293 ParseReducer); in AddMean() 343 tflite::ops::micro::Register_REDUCE_MAX(), ParseReducer); in AddReduceMax()
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | flatbuffer_conversions.cc | 321 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
|
D | flatbuffer_conversions.h | 254 TfLiteStatus ParseReducer(const Operator* op, ErrorReporter* error_reporter,
|