Searched defs:flex_ops (Results 1 – 3 of 3) sorted by relevance
22 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString()30 void AddFlexOpsFromModel(const tflite::Model* model, OpKernelSet* flex_ops) { in AddFlexOpsFromModel()
36 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString()78 void AddFlexOpsFromModel(const tflite::Model* model, OpKernelSet* flex_ops) { in AddFlexOpsFromModel()
35 tflite::flex::OpKernelSet flex_ops; in main() local