Home
last modified time | relevance | path

Searched refs:HloClientDialect (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dchlo_ops.h35 class HloClientDialect : public Dialect {
39 explicit HloClientDialect(MLIRContext* context) in HloClientDialect() function
41 TypeID::get<HloClientDialect>()) { in HloClientDialect()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dinit.cc24 registry.insert<mlir::chlo::HloClientDialect, in registerAllMhloDialects()
Dchlo_ops.cc389 void HloClientDialect::initialize() { in initialize()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tools/mlir-hlo-opt/
Dmlir-hlo-opt.cpp33 registry.insert<mlir::chlo::HloClientDialect>(); in main()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo_pass.cc47 conversionTarget.addIllegalDialect<chlo::HloClientDialect>(); in runOnFunction()
Dtransform_unranked_hlo.cc489 target.addDynamicallyLegalDialect<chlo::HloClientDialect>( in runOnFunction()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dkernel_creator.cc437 registry.insert<mlir::chlo::HloClientDialect, mlir::mhlo::MhloDialect>(); in GenerateKernelForTfCode()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc76 registry.insert<chlo::HloClientDialect, mhlo::MhloDialect, in getDependentDialects()
6182 target.addIllegalDialect<chlo::HloClientDialect>(); in legalizeTF()
6184 target.addLegalDialect<chlo::HloClientDialect>(); in legalizeTF()