/external/tensorflow/tensorflow/contrib/fused_conv/python/ops/ |
D | fused_conv2d_bias_activation_benchmark.py | 32 def build_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument 77 def build_fused_conv_bias_relu_graph(device, input_shape, filter_shape, strides, argument 134 def _run_graph(self, device, input_shape, filter_shape, strides, padding, argument
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_test.cc | 118 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 1, 2}); in RunTest() local 149 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 183 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 2, 2}); in RunTest() local 219 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 1, 3, 3}); in RunTest() local 247 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 277 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() local 313 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 344 Shape filter_shape = ShapeUtil::MakeShape(F32, {1, 2, 2}); in XLA_TEST_F() local 378 Shape filter_shape = ShapeUtil::MakeShapeWithType<T>({1, 2, 2}); in RunTest() local 416 Shape filter_shape = ShapeUtil::MakeShape(F32, filter_dims); in XLA_TEST_F() local [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | conv2d_benchmark.py | 44 def build_graph(device, dtype, data_format, input_shape, filter_shape, strides, argument 97 def _run_graph(self, device, dtype, data_format, input_shape, filter_shape, argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_ops.cc | 59 const TensorShape& filter_shape, const TensorShape& output_shape, in ConvBackpropExtractAndVerifyDimension() 100 const TensorShape& filter_shape, const TensorShape& out_backprop_shape, in ConvBackpropComputeDimensionsV2() 161 const TensorShape& filter_shape, in ConvBackpropComputeDimensions()
|
D | winograd_transform.h | 45 virtual const Shape& filter_shape() const { return filter_shape_; } in filter_shape() function
|
D | conv_grad_ops_3d.cc | 218 const TensorShape& filter_shape = filter.shape(); in Compute() local 324 const TensorShape& filter_shape = filter.shape(); in Compute() local 679 TensorShape filter_shape; in Compute() local 791 TensorShape filter_shape; in Compute() local 1140 const TensorShape& filter_shape = filter.shape(); in Compute() local 1529 TensorShape filter_shape; in Compute() local
|
D | conv_grad_filter_ops.cc | 245 TensorShape filter_shape; in Compute() local 498 TensorShape filter_shape; in Compute() local 560 TensorShape filter_shape = filter_backprop->shape(); in operator ()() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | conv_op_helpers.cc | 96 xla::XlaOp CreateExpandedFilterMask(const xla::Shape& filter_shape, in CreateExpandedFilterMask() 128 xla::XlaOp ReshapeFilterForDepthwiseConvolution(const xla::Shape& filter_shape, in ReshapeFilterForDepthwiseConvolution() 146 xla::XlaOp ContractFilterForDepthwiseBackprop(const xla::Shape& filter_shape, in ContractFilterForDepthwiseBackprop() 204 const xla::Shape& filter_shape, const xla::Shape& out_backprop_shape, in ConvBackpropComputeDimensionsV2XlaShapes() 396 const xla::Shape& filter_shape, xla::XlaOp gradients, in MakeXlaBackpropFilterConvOp()
|
D | conv_ops.cc | 161 xla::Shape filter_shape = in Compile() local
|
/external/tensorflow/tensorflow/contrib/fused_conv/ops/ |
D | fused_conv2d_bias_activation_op.cc | 66 ShapeHandle filter_shape; in __anon4e6e467d0102() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | remapper_test.cc | 112 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 175 auto filter_shape = Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 240 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 317 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local 396 auto filter_shape = ops::Placeholder::Shape({1, 1, 3, 128}); in TEST_F() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cudnn_determinism_test.py | 55 def _random_out_op(self, in_shape, filter_shape): argument
|
D | atrous_convolution_test.py | 98 def _test_atrous_convolution(self, add_check, input_shape, filter_shape, argument
|
D | depthwise_conv_op_test.py | 352 filter_shape, argument
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | fully_connected.h | 25 const int8_t* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
D | conv.h | 27 const int8* input_data, const RuntimeShape& filter_shape, in ConvPerChannel()
|
D | depthwise_conv.h | 25 const int8* input_data, const RuntimeShape& filter_shape, in DepthwiseConvPerChannel()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_runner.cc | 64 const Shape* filter_shape; member 119 const Shape& filter_shape = *params.filter_shape; in RunCudnnConvImpl() local
|
D | gpu_layout_assignment.cc | 106 Shape* filter_shape; in AddBackendConstraintsToDnnConvCustomCall() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | depthwiseconv_float.h | 27 const float* input_data, const RuntimeShape& filter_shape, in DepthwiseConv()
|
D | fully_connected.h | 67 const uint8* input_data, const RuntimeShape& filter_shape, in FullyConnected() 116 const uint8* input_data, const RuntimeShape& filter_shape, in FullyConnected()
|
D | depthwiseconv_uint8.h | 180 const uint8* input_data, const RuntimeShape& filter_shape, in DepthwiseConv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | depthwiseconv_quantized_test.cc | 108 const RuntimeShape& filter_shape, const uint8* filter_data, in DispatchDepthwiseConv() 291 const std::uint8_t* filter_data, const RuntimeShape& filter_shape, in TestOneDepthwiseConvWithGivenOutputShift() 424 const std::uint8_t* filter_data, const RuntimeShape& filter_shape, in TestOneDepthwiseConvBisectOutputShift() 474 const std::uint8_t* filter_data, const RuntimeShape& filter_shape, in TestOneDepthwiseConv()
|
D | depthwiseconv_float_test.cc | 34 const float* input_data, const RuntimeShape& filter_shape, in TestOneDepthwiseConv()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | multithreaded_conv.h | 137 const float* input_data, const RuntimeShape& filter_shape, in Conv()
|