Home
last modified time | relevance | path

Searched refs:depthwise_weights (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc119 const Array4D<float>& depthwise_weights, in SeparableConvArray4D() argument
123 const int64 depth_multiplier = depthwise_weights.planes(); in SeparableConvArray4D()
129 depthwise_weights.height(), depthwise_weights.width()); in SeparableConvArray4D()
130 for (int64 kx = 0; kx < depthwise_weights.width(); ++kx) { in SeparableConvArray4D()
131 for (int64 ky = 0; ky < depthwise_weights.height(); ++ky) { in SeparableConvArray4D()
137 depthwise_weights(depth, kz, ky, kx) * in SeparableConvArray4D()
Dreference_util.h109 const Array4D<float>& input, const Array4D<float>& depthwise_weights,
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dlarge_function_graph.pbtxt439 name: "InceptionV2/Conv2d_1a_7x7/depthwise_weights/read"
543 input: "InceptionV2/Conv2d_1a_7x7/depthwise_weights/read"
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquantize_test.py538 depthwise_weights = variables.model_variable(
543 input1, depthwise_weights, strides, padding='SAME')
546 conv1, depthwise_weights, strides, padding='SAME')
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers.py1281 depthwise_weights = array_ops.tile(weights, [1, 1, num_filters_in, 1])
1282 outputs = nn.depthwise_conv2d(inputs, depthwise_weights,
2805 depthwise_weights = variables.model_variable(
2820 depthwise_weights,