Searched refs:TensorFlowExecutorDialect (Results 1 – 8 of 8) 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()
34 mlir::tf_executor::TensorFlowExecutorDialect, in RegisterAllTensorFlowDialects()
102 mlir::tf_executor::TensorFlowExecutorDialect, in GetFromText()
115 mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterDialects()
47 registry.insert<tf_executor::TensorFlowExecutorDialect>(); in getDependentDialects()
362 registry.insert<mlir::tf_executor::TensorFlowExecutorDialect>(); in RegisterGraphInputDialects()
484 ->getOrLoadDialect<mlir::tf_executor::TensorFlowExecutorDialect>(); in Translator()