Home
last modified time | relevance | path

Searched refs:getDialectNamespace (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc32 assert(op->getName().getDialectNamespace() == in InferReturnTypeComponentsForTFOp()
33 TensorFlowDialect::getDialectNamespace()); in InferReturnTypeComponentsForTFOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dorder_by_dialect.cc102 bool a_current = a->getName().getDialectNamespace() == current_dialect; in groupOperationsByDialect()
103 bool b_current = b->getName().getDialectNamespace() == current_dialect; in groupOperationsByDialect()
119 current_dialect = best->getName().getDialectNamespace(); in groupOperationsByDialect()
Dgroup_by_dialect.cc44 StringRef dialect = op.getName().getDialectNamespace(); in runOnOperation()
132 StringRef dialect = ops[0]->getName().getDialectNamespace(); in wrapOpsInFunction()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/analysis/
Dcompatibility_analysis.cc64 if (op_name.getDialectNamespace() == in AnalyzeOperation()
65 mlir::TF::TensorFlowDialect::getDialectNamespace()) { in AnalyzeOperation()
75 } else if (op_name.getDialectNamespace() == "tf_executor") { in AnalyzeOperation()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dchlo_ops.h43 : Dialect(getDialectNamespace(), context, TypeID::get<ChloDialect>()) { in ChloDialect()
48 static StringRef getDialectNamespace() { return "chlo"; } in getDialectNamespace() function
Dhlo_ops.h46 static StringRef getDialectNamespace() { return "mhlo"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dpython_test_attrs.td33 return (getDialectNamespace() + ".static_type").str();
36 return (getDialectNamespace() + ".shape_value").str();
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.h42 static StringRef getDialectNamespace() { return "tf_device"; } in getDialectNamespace() function
Dtf_executor.h38 static StringRef getDialectNamespace() { return "tf_executor"; } in getDialectNamespace() function
Dtf_saved_model.h40 static StringRef getDialectNamespace() { return "tf_saved_model"; } in getDialectNamespace() function
Dtf_dialect.h36 static StringRef getDialectNamespace() { return "tf"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/runtime_fallback/
Druntime_fallback_ops.h34 static StringRef getDialectNamespace() { return "tfd"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dxlir_ops.h41 static llvm::StringRef getDialectNamespace() { return "xlir"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/core/runtime_fallback/opdefs/
Dtfrt_fallback_sync.h35 static StringRef getDialectNamespace() { return "tfrt_fallback_sync"; } in getDialectNamespace() function
Dtfrt_fallback_async.h35 static StringRef getDialectNamespace() { return "tfrt_fallback_async"; } in getDialectNamespace() function
Dtfrt_fallback.h33 static StringRef getDialectNamespace() { return "tfrt_fallback"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/
Dtfrt_fallback_async.h35 static StringRef getDialectNamespace() { return "tfrt_fallback_async"; } in getDialectNamespace() function
Dtfrt_fallback_sync.h35 static StringRef getDialectNamespace() { return "tfrt_fallback_sync"; } in getDialectNamespace() function
Dtfrt_fallback.h33 static StringRef getDialectNamespace() { return "tfrt_fallback"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/opdefs/
Dtf_cpurt_ops.h32 static mlir::StringRef getDialectNamespace() { return "tf_cpurt"; } in getDialectNamespace() function
Dtf_jitrt_ops.h33 static mlir::StringRef getDialectNamespace() { return "tf_jitrt"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/lhlo/IR/
Dlhlo_ops.h49 static StringRef getDialectNamespace() { return "lmhlo"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.h45 static StringRef getDialectNamespace() { return "tfr"; } in getDialectNamespace() function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/
DChloOps.h51 static StringRef getDialectNamespace() { return "chlo"; } in getDialectNamespace() function
DStablehloOps.h55 static StringRef getDialectNamespace() { return "stablehlo"; } in getDialectNamespace() function

12