Searched refs:TensorFlowExecutorDialect (Results 1 – 11 of 11) sorted by relevance
36 class TensorFlowExecutorDialect : public Dialect {39 explicit TensorFlowExecutorDialect(MLIRContext *context);
95 TensorFlowExecutorDialect::TensorFlowExecutorDialect(MLIRContext *context) in TensorFlowExecutorDialect() function in mlir::tf_executor::TensorFlowExecutorDialect97 TypeID::get<TensorFlowExecutorDialect>()) { in TensorFlowExecutorDialect()109 Type TensorFlowExecutorDialect::parseType(DialectAsmParser &parser) const { in parseType()120 void TensorFlowExecutorDialect::printType(Type type, in printType()
36 class TensorFlowExecutorDialect; variable
503 target.addLegalDialect<tf_executor::TensorFlowExecutorDialect>(); in runOnOperation()
2030 let dependentDialects = ["mlir::tf_executor::TensorFlowExecutorDialect"];2036 let dependentDialects = ["mlir::tf_executor::TensorFlowExecutorDialect"];
40 mlir::tf_executor::TensorFlowExecutorDialect, in RegisterAllTensorFlowDialects()
103 mlir::tf_executor::TensorFlowExecutorDialect, in GetFromText()
133 mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterDialects()
47 registry.insert<tf_executor::TensorFlowExecutorDialect>(); in getDependentDialects()
380 registry.insert<mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterGraphInputDialects()
533 ->getOrLoadDialect<mlir::tf_executor::TensorFlowExecutorDialect>(); in Translator()