Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/
H A Dfallback_to_flex_ops.cc150 inline void CreateFlexOpCustomOptions(const std::string &op_name, in CreateFlexOpCustomOptions() function
235 CreateFlexOpCustomOptions(op_name, node_def_str, custom_option_buffer); in ConvertToFlexOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc586 Optional<CustomOptionsOffset> CreateFlexOpCustomOptions(
1095 Optional<CustomOptionsOffset> Translator::CreateFlexOpCustomOptions( in CreateFlexOpCustomOptions() function in __anon46e5f16b0111::Translator
1325 if (auto options = CreateFlexOpCustomOptions(*node_def, inst->getLoc())) { in BuildOperator()