Home
last modified time | relevance | path

Searched defs:custom_op_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dlogging_op_resolver_test.cc152 std::string custom_op_name = "custom"; in TEST() local
174 std::string custom_op_name = "unresolved_custom_op"; in TEST() local
203 std::string custom_op_name = "FlexAdd"; in TEST() local
/external/tensorflow/tensorflow/lite/
Dutil.cc152 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name) { in CreateUnresolvedCustomOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dquantize.cc116 std::string custom_op_name = custom_op.custom_code().str(); in IsWeightOnlyOp() local
Dprepare_composite_functions_tf.cc103 func::FuncOp func, StringRef custom_op_name, in ConvertTflFusableOp()