Home
last modified time | relevance | path

Searched refs:ConvGeneralDilated (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test_1d.cc245 ConvGeneralDilated( in RunTest()
281 ConvGeneralDilated( in XLA_TEST_F()
312 ConvGeneralDilated( in XLA_TEST_F()
346 ConvGeneralDilated( in RunTest()
Dconvolution_variants_test.cc640 ConvGeneralDilated( in XLA_TEST_F()
659 ConvGeneralDilated( in XLA_TEST_F()
682 ConvGeneralDilated( in XLA_TEST_F()
761 ConvGeneralDilated( in XLA_TEST_F()
786 ConvGeneralDilated( in XLA_TEST_F()
1175 ConvGeneralDilated(gradients, mirrored_weights, in XLA_TEST_F()
1237 ConvGeneralDilated(activations, gradients, in XLA_TEST_F()
1263 ConvGeneralDilated(activations, gradients, in XLA_TEST_F()
1290 ConvGeneralDilated(activations, gradients, in XLA_TEST_F()
1322 ConvGeneralDilated(activations, gradients, in XLA_TEST_F()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_resize_ops.cc337 xla::ConvGeneralDilated(input_data, kernel, dims.stride, in ResizeUsingDilationAndConvolution()
349 output = xla::ConvGeneralDilated( in ResizeUsingDilationAndConvolution()
361 output = xla::ConvGeneralDilated( in ResizeUsingDilationAndConvolution()
410 output = xla::ConvGeneralDilated( in ResizeUsingDilationAndConvolutionGradOp()
438 output = xla::ConvGeneralDilated( in ResizeUsingDilationAndConvolutionGradOp()
446 output = xla::ConvGeneralDilated( in ResizeUsingDilationAndConvolutionGradOp()
Dxla_conv_op.cc77 xla::XlaOp output = xla::ConvGeneralDilated( in Compile()
Dconv_op_helpers.cc286 return xla::ConvGeneralDilated( in MakeXlaForwardConvOp()
384 return xla::ConvGeneralDilated(out_backprop, filter, /*window_strides=*/ones, in MakeXlaBackpropInputConvOp()
536 filter_backprop = xla::ConvGeneralDilated( in MakeXlaBackpropFilterConvOp()
Dextract_image_patches_op.cc156 xla::ConvGeneralDilated(ctx->Input(0), filter, window_strides, padding, in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc332 ConvGeneralDilated(input, kernel, {kLarge - 1}, {{0, 0}}, {kLarge}, {1}, in TEST_F()
355 ConvGeneralDilated(input, kernel, {1}, {{kLarge - 1, kLarge - 1}}, {1}, {1}, in TEST_F()
892 ConvGeneralDilated(input, kernel, /*window_strides=*/{1, 1}, in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc112 ops.def("ConvGeneralDilated", &ConvGeneralDilated, py::arg("lhs"), in BuildOpsSubmodule()
Dxla_client_test.py761 ops.ConvGeneralDilated(
786 ops.ConvGeneralDilated(
815 ops.ConvGeneralDilated(
836 ops.ConvGeneralDilated(
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h562 XlaOp ConvGeneralDilated(
1194 friend XlaOp ConvGeneralDilated(
1905 XlaOp ConvGeneralDilated(
Dxla_builder.cc1442 return ConvGeneralDilated(lhs, rhs, window_strides, padding, {}, {}, in ConvGeneral()
1448 XlaOp XlaBuilder::ConvGeneralDilated( in ConvGeneralDilated() function in xla::XlaBuilder
4356 XlaOp ConvGeneralDilated(const XlaOp lhs, const XlaOp rhs, in ConvGeneralDilated() function
4365 return lhs.builder()->ConvGeneralDilated( in ConvGeneralDilated()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc720 xla::XlaOp xla_result = xla::ConvGeneralDilated( in ExportXlaOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td17657 let summary = "Wraps the XLA ConvGeneralDilated operator, documented at";