Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dinsert_quantized_functions.cc47 const OpSet& op_set) { in InsertQuantizedFunctionsPass()
101 QuantizationMethod quantization_method, OpSet op_set) { in GetFunctionLibrary()
178 QuantizationMethod quantization_method, const OpSet& op_set) { in CreateInsertQuantizedFunctionsPass()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/
H A Dquantization_options.proto126 OpSet op_set = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer.cc407 Status CheckInternalDataDependency(const std::set<string>& op_set, in CheckInternalDataDependency()
423 void ClearInternalControlInputs(const std::set<string>& op_set, in ClearInternalControlInputs()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_code_motion.cc103 absl::flat_hash_set<HloInstruction*> op_set; in CountNonLeafOps() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py236 def register_ops_with_aoti_compile(ns, op_set, dispatch_key, torch_compile_op_lib_impl): argument