Home
last modified time | relevance | path

Searched refs:depthwise_multiplier (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconv_depthwise_backprop_filter_test.cc75 const int64 depthwise_multiplier = use_depth_multiplier ? counter++ : 1; in GetConv2DTestCases() local
77 feature * depthwise_multiplier}; in GetConv2DTestCases()
84 feature * depthwise_multiplier, 1}; in GetConv2DTestCases()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc491 const int64 depthwise_multiplier = in HandleConvolution() local
498 new_filter_dimension.push_back(depthwise_multiplier); in HandleConvolution()
532 new_dim->set_size(depthwise_multiplier); in HandleConvolution()
534 new_dim->set_padding_low(depthwise_multiplier - 1); in HandleConvolution()
535 new_dim->set_padding_high(depthwise_multiplier - 1); in HandleConvolution()
547 new_output_dimension.push_back(depthwise_multiplier); in HandleConvolution()
Dhlo_evaluator_typed_visitor.h1162 const int64 depthwise_multiplier =
1165 out_index[output_z_dim] / depthwise_multiplier;
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DepthwiseConv2dNativeBackpropInput.pbtxt15 `[filter_height, filter_width, in_channels, depthwise_multiplier]`.
Dapi_def_DepthwiseConv2dNativeBackpropFilter.pbtxt16 `[filter_height, filter_width, in_channels, depthwise_multiplier]` tensor.
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dconv_op_helpers.cc52 int64 depthwise_multiplier = filter_shape.dimensions(output_feature_dim); in GroupedFilterShapeForDepthwiseConvolution() local
59 depthwise_multiplier * input_feature); in GroupedFilterShapeForDepthwiseConvolution()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3091 `[filter_height, filter_width, in_channels, depthwise_multiplier]` tensor.}]>:$filter_sizes,
3123 `[filter_height, filter_width, in_channels, depthwise_multiplier]`.}]>:$filter,