Home
last modified time | relevance | path

Searched defs:is_custom_op (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DATenOpList.cpp28 bool is_custom_op(const c10::OperatorName& opName) { in is_custom_op() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibration_common.h62 bool is_custom_op; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport.h121 bool is_custom_op() const { return is_custom_op_; } in is_custom_op() function