Home
last modified time | relevance | path

Searched refs:PotentiallyImplementedAsEigenConvolution (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_eigen_tensor_alignment_test.cc49 EXPECT_FALSE(PotentiallyImplementedAsEigenConvolution( in TEST_F()
57 EXPECT_TRUE(PotentiallyImplementedAsEigenConvolution( in TEST_F()
Dir_emission_utils.h26 bool PotentiallyImplementedAsEigenConvolution(
Dir_emission_utils_test.cc47 EXPECT_FALSE(cpu::PotentiallyImplementedAsEigenConvolution( in TEST()
Dir_emission_utils.cc43 bool PotentiallyImplementedAsEigenConvolution( in PotentiallyImplementedAsEigenConvolution() function
Dcpu_layout_assignment.cc100 return PotentiallyImplementedAsEigenConvolution(instr, in OperandsAndResultMustHaveRowMajorLayout()
Dconv_canonicalization.cc36 !PotentiallyImplementedAsEigenConvolution(*hlo, in Run()
Dparallel_task_assignment.cc147 PotentiallyImplementedAsEigenConvolution(*instruction, in GetTargetParallelTaskCount()
Dir_emitter.cc1102 if (PotentiallyImplementedAsEigenConvolution(*convolution, in HandleConvolution()