Searched refs:fallback_converter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
D | tf_to_tfrt.cc | 117 tfrt_compiler::FallbackConverter *fallback_converter, in FallbackExecuteOpConversion() argument 123 fallback_converter_(*fallback_converter), in FallbackExecuteOpConversion() 221 tfrt_compiler::FallbackConverter &fallback_converter, 241 tfrt_compiler::FallbackConverter &fallback_converter, in ConvertToFallbackExecuteOp() argument 253 rewriter.getI64IntegerAttr(fallback_converter.GetNextFallbackKey()); in ConvertToFallbackExecuteOp() 272 fallback_converter.RegisterFallbackOp(new_op); in ConvertToFallbackExecuteOp() 285 fallback_converter.RegisterFallbackOp(new_op); in ConvertToFallbackExecuteOp() 293 fallback_converter.RegisterFallbackOp(new_op); in ConvertToFallbackExecuteOp() 1529 tfrt_compiler::FallbackConverter *fallback_converter, in PopulateTFToTFRTConversionPatterns() argument 1539 context, corert_converter, fallback_converter, cost_analysis, in PopulateTFToTFRTConversionPatterns() [all …]
|
D | tpu_passes.h | 66 tfrt_compiler::FallbackConverter *fallback_converter, in AddTPUTargetDialectAndPatterns() argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ |
D | BUILD | 350 name = "fallback_converter", 352 "transforms/fallback_converter.cc", 355 "transforms/fallback_converter.h", 392 ":fallback_converter",
|