Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dlist_flex_ops_test.cc40 output_text_ = OpListToJSONString(flex_ops_); in ReadOps()
45 output_text_ = OpListToJSONString(flex_ops_); in ReadOps()
H A Dlist_flex_ops.h50 std::string OpListToJSONString(const OpKernelSet& flex_ops);
H A Dlist_flex_ops_main.cc49 std::cout << tflite::flex::OpListToJSONString(flex_ops); in main()
H A Dlist_flex_ops_no_kernel.cc24 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString() function
H A Dlist_flex_ops.cc36 std::string OpListToJSONString(const OpKernelSet& flex_ops) { in OpListToJSONString() function