Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
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()
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/
Dquantization_options.proto126 OpSet op_set = 2; field
/external/tensorflow/tensorflow/core/grappler/optimizers/
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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc103 absl::flat_hash_set<HloInstruction*> op_set; in CountNonLeafOps() local
/external/pytorch/test/inductor/
Dtest_torchinductor.py236 def register_ops_with_aoti_compile(ns, op_set, dispatch_key, torch_compile_op_lib_impl): argument