Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dutil.cc152 TfLiteRegistration CreateUnresolvedCustomOp(const char* custom_op_name) { in CreateUnresolvedCustomOp()
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dobserver.py1453 custom_op_name="", argument
1542 def __init__(self, dtype=torch.float16, custom_op_name="") -> None: argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dquantize.cc116 std::string custom_op_name = custom_op.custom_code().str(); in IsWeightOnlyOp() local
H A Dprepare_composite_functions_tf.cc103 func::FuncOp func, StringRef custom_op_name, in ConvertTflFusableOp()