Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
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()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
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()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
Dlmhlo_to_jitrt.cc441 auto algorithm_attr = op.getAlgorithm() in matchAndRewrite() local
444 call->setAttr(b.getStringAttr("algorithm"), algorithm_attr); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/xla/
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()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc7161 auto algorithm_attr = mlir::mhlo::RngAlgorithmAttr::get( in matchAndRewrite() local
7165 loc, op.getResultTypes(), algorithm_attr, op.initial_state()); in matchAndRewrite()