Searched refs:ConvGeneral (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_variants_test.cc | 703 ConvGeneral( in XLA_TEST_F() 722 ConvGeneral( in XLA_TEST_F() 741 ConvGeneral( in XLA_TEST_F() 997 ConvGeneral(input, filter, {1, 1}, {{2, 1}, {2, 3}}, dnums); in XLA_TEST_F() 1041 ConvGeneral(input, filter, {1, 1}, {{2, 1}, {2, 3}}, dnums); in XLA_TEST_F() 1085 ConvGeneral(input, filter, {1, 1}, {{0, 0}, {0, 0}}, dnums); in XLA_TEST_F() 1126 ConvGeneral(input, filter, {1, 1}, {{0, 0}, {0, 0}}, dnums); in XLA_TEST_F()
|
D | convolution_test.cc | 1598 ConvGeneral(input, filter, /*window_strides=*/{1, 1}, in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 555 XlaOp ConvGeneral( 1189 friend XlaOp ConvGeneral( 1990 XlaOp ConvGeneral(
|
D | xla_builder.cc | 1464 return ConvGeneral(lhs, rhs, window_strides, padding, in ConvWithGeneralPadding() 1499 return ConvGeneral(lhs, rhs, window_strides, in ConvWithGeneralDimensions() 1508 XlaOp XlaBuilder::ConvGeneral( in ConvGeneral() function in xla::XlaBuilder 4296 XlaOp ConvGeneral(const XlaOp lhs, const XlaOp rhs, in ConvGeneral() function 4303 return lhs.builder()->ConvGeneral( in ConvGeneral()
|