Home
last modified time | relevance | path

Searched defs:allow_custom_ops (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h30 bool allow_custom_ops = false; member
49 inline void Export(const Model& model, bool allow_custom_ops, in Export()
62 const Model& model, bool allow_custom_ops, bool quantize_weights, in Export()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_flags.proto138 optional bool allow_custom_ops = 10; field
Dtoco_tooling.cc476 bool allow_custom_ops, in Export()
Dargs.h174 Arg<bool> allow_custom_ops = Arg<bool>(false); member
/external/tensorflow/tensorflow/lite/python/
Dconvert.py316 allow_custom_ops=False, argument
374 allow_custom_ops=False, argument