Home
last modified time | relevance | path

Searched defs:custom_op (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_custom_op/
H A Dautograd.py18 def autograd_kernel_indirection(custom_op): argument
49 def autograd_not_implemented(custom_op): argument
95 custom_op, argument
H A Dimpl.py51 def custom_op( function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dquantize.cc80 auto custom_op = llvm::dyn_cast_or_null<TFL::CustomOp>(op); in IsQuantizableCustomOp() local
115 if (auto custom_op = dyn_cast_or_null<CustomOp>(quantized_op)) { in IsWeightOnlyOp() local
H A Draise_custom_ops.cc81 auto custom_op = builder.create<CustomTfOp>(loc, op->getResultTypes(), in runOnOperation() local
H A Dpartitioned_topological_sort.cc43 if (auto custom_op = dyn_cast<mlir::TFL::CustomOp>(*op)) { in IsFlexDelegate() local
H A Dpost_quantize.cc351 auto custom_op = llvm::isa<CustomOp>(op); in matchAndRewrite() local
H A Dprepare_quantize_dynamic_range.cc145 if (auto custom_op = llvm::dyn_cast_or_null<CustomOp>(op)) { in hasInt8QuantizableOperandAt() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dfake_quant_utils.cc32 fn.walk([&](TFL::CustomTfOp custom_op) { in UnwrapTFCustomOps()
/aosp_15_r20/external/pytorch/torch/
H A D_custom_ops.py24 def custom_op(qualname, func_or_schema=None): function
/aosp_15_r20/external/pytorch/test/custom_operator/
H A Dop.cpp9 torch::List<torch::Tensor> custom_op( in custom_op() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dverifier_internal_test.cc82 tflite::BuiltinOperator builtin_op, const char* custom_op) { in AddOperator()
H A Dverifier_test.cc104 tflite::BuiltinOperator builtin_op, const char* custom_op) { in AddOperator()
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Dflatbuffer_conversions_test.cc135 const Operator* custom_op = in TEST_F() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/core/
H A Dtflite_engine.cc208 const TfLiteRegistration* FindCustomOp(void* user_data, const char* custom_op, in FindCustomOp()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental_test.cc139 const TfLiteRegistration* MyFindCustomOp(void*, const char* custom_op, in MyFindCustomOp()
/aosp_15_r20/external/pytorch/torch/_library/
H A Dcustom_ops.py33 def custom_op( function
/aosp_15_r20/external/executorch/backends/qualcomm/utils/
H A Dutils.py641 def implement_op(custom_op, op_name, outputs): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Ddelegate_test_util.cc152 bool automatic_shape_propagation, bool custom_op, in SimpleDelegate()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc1234 if (auto custom_op = dyn_cast<mlir::TFL::CustomOp>(inst)) { in BuildOperator() local
1596 if (auto custom_op = dyn_cast<mlir::TFL::CustomTfOp>(inst)) { in BuildSubGraph() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_external_calls.cpp1043 auto custom_op = torch::jit::getOperatorForLiteral(custom_op_schema_literal); in TEST() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py5057 def custom_op(opname, symbolic_fn, opset_version): function