Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops.h42 using OpKernelSet = std::set<OpKernel, OpKernelCompare>; variable
46 void AddFlexOpsFromModel(const tflite::Model* model, OpKernelSet* flex_ops);
50 std::string OpListToJSONString(const OpKernelSet& flex_ops);
Dlist_flex_ops_no_kernel.cc22 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString()
30 void AddFlexOpsFromModel(const tflite::Model* model, OpKernelSet* flex_ops) { in AddFlexOpsFromModel()
Dlist_flex_ops.cc36 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString()
78 void AddFlexOpsFromModel(const tflite::Model* model, OpKernelSet* flex_ops) { in AddFlexOpsFromModel()
Dlist_flex_ops_main.cc35 tflite::flex::OpKernelSet flex_ops; in main()
Dlist_flex_ops_test.cc48 OpKernelSet flex_ops_;