Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.h36 class TensorFlowExecutorDialect : public Dialect {
39 explicit TensorFlowExecutorDialect(MLIRContext *context);
Dtf_executor.cc95 TensorFlowExecutorDialect::TensorFlowExecutorDialect(MLIRContext *context) in TensorFlowExecutorDialect() function in mlir::tf_executor::TensorFlowExecutorDialect
97 TypeID::get<TensorFlowExecutorDialect>()) { in TensorFlowExecutorDialect()
109 Type TensorFlowExecutorDialect::parseType(DialectAsmParser &parser) const { in parseType()
120 void TensorFlowExecutorDialect::printType(Type type, in printType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/
Ddialect_registration.h34 mlir::tf_executor::TensorFlowExecutorDialect, in RegisterAllTensorFlowDialects()
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dtfr_decompose_ctx.cc102 mlir::tf_executor::TensorFlowExecutorDialect, in GetFromText()
/external/tensorflow/tensorflow/compiler/mlir/
Dmlir_graph_optimization_pass.cc115 mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterDialects()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dbreakup-islands.cc47 registry.insert<tf_executor::TensorFlowExecutorDialect>(); in getDependentDialects()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dtf_xla_mlir_translate.cc362 registry.insert<mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterGraphInputDialects()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc484 ->getOrLoadDialect<mlir::tf_executor::TensorFlowExecutorDialect>(); in Translator()