Home
last modified time | relevance | path

Searched refs:ConvIsImplemented (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter.h43 Status ConvIsImplemented(const HloInstruction* conv);
Dconv_emitter.cc571 TF_RETURN_IF_ERROR(ConvIsImplemented(conv)); in EmitConvolutionForwardAsMlir()
592 Status ConvIsImplemented(const HloInstruction* conv) { in ConvIsImplemented() function