Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py985 depthwise_filter, argument
1047 [input, depthwise_filter, pointwise_filter]) as name:
1049 depthwise_filter = ops.convert_to_tensor(
1050 depthwise_filter, name="depthwise_filter")
1068 filter=depthwise_filter,
1076 filter_shape=array_ops.shape(depthwise_filter),
1094 depthwise_filter, argument
1155 depthwise_filter,
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc163 const T* input, const T* depthwise_filter, T* output, in operator ()()
186 args, depthwise_filter, padded_filter.template flat<T>().data()); in operator ()()
189 pad_filter ? padded_filter.template flat<T>().data() : depthwise_filter; in operator ()()
Ddepthwise_conv_grad_op.cc387 const T* out_backprop, const T* depthwise_filter, in operator ()()
411 args, depthwise_filter, padded_filter.template flat<T>().data()); in operator ()()
414 pad_filter ? padded_filter.template flat<T>().data() : depthwise_filter; in operator ()()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt277 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt345 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…