Home
last modified time | relevance | path

Searched refs:CheckParsePointerParams (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc67 void CheckParsePointerParams(const Operator* op, ErrorReporter* error_reporter, in CheckParsePointerParams() function
905 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseAdd()
935 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseArgMax()
960 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseArgMin()
989 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseBatchMatMul()
1017 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseCast()
1045 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseConcatenation()
1072 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseConv2D()
1113 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseDepthToSpace()
1138 CheckParsePointerParams(op, error_reporter, allocator, builtin_data); in ParseDepthwiseConv2D()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_version.md120 CheckParsePointerParams(op, error_reporter, allocator, builtin_data);