Home
last modified time | relevance | path

Searched refs:algorithm_attr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dmkldnn_fusion.py250 unary_attr.algorithm_attr,
491 unary_attr.algorithm_attr,
535 unary_attr.algorithm_attr,
555 self, op_name: str, scalars_attr=None, algorithm_attr=None argument
559 self.algorithm_attr = algorithm_attr if algorithm_attr else ""
566 UnaryAttr("gelu", algorithm_attr="tanh"): [
570 UnaryAttr("gelu", algorithm_attr="none"): [
H A Dquantization.py367 unary_attr.algorithm_attr,
441 unary_attr.algorithm_attr,
522 binary_unary_attr.algorithm_attr,
689 binary_unary_attr.algorithm_attr,
709 self, op_name: str, scalars_attr=None, algorithm_attr=None argument
713 self.algorithm_attr = algorithm_attr if algorithm_attr else ""
905 algorithm_attr=None, argument
911 self.algorithm_attr = algorithm_attr if algorithm_attr else ""
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmodel_dataset_op.cc108 AttrValue algorithm_attr; in AsGraphDefInternal() local
109 b->BuildAttrValue(static_cast<int64_t>(algorithm_), &algorithm_attr); in AsGraphDefInternal()
117 {std::make_pair(kAlgorithm, algorithm_attr), in AsGraphDefInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc467 auto algorithm_attr = mlir::mhlo::RngAlgorithmAttr::get( in RngBitGeneratorInternal() local
470 loc_, flattened_ret_types, algorithm_attr, GetValue(initial_state)); in RngBitGeneratorInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dlmhlo_to_jitrt.cc441 auto algorithm_attr = op.getAlgorithm() in matchAndRewrite() local
444 call->setAttr(b.getStringAttr("algorithm"), algorithm_attr); in matchAndRewrite()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1100 auto algorithm_attr = mlir::mhlo::RngAlgorithmAttr::get( in ImportInstructionImpl() local
1104 loc, flattened_ret_types, algorithm_attr, operands[0]); in ImportInstructionImpl()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc7161 auto algorithm_attr = mlir::mhlo::RngAlgorithmAttr::get( in matchAndRewrite() local
7165 loc, op.getResultTypes(), algorithm_attr, op.initial_state()); in matchAndRewrite()