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.py642 depthwise_filter, argument
698 [input, depthwise_filter, pointwise_filter]) as name:
700 depthwise_filter = ops.convert_to_tensor(
701 depthwise_filter, name="depthwise_filter")
719 filter=depthwise_filter,
727 filter_shape=array_ops.shape(depthwise_filter),
744 depthwise_filter, argument
799 depthwise_filter,
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc158 const T* input, const T* depthwise_filter, T* output, in operator ()()
181 args, depthwise_filter, padded_filter.template flat<T>().data()); in operator ()()
184 pad_filter ? padded_filter.template flat<T>().data() : depthwise_filter; in operator ()()
Ddepthwise_conv_grad_op.cc375 const T* out_backprop, const T* depthwise_filter, in operator ()()
399 args, depthwise_filter, padded_filter.template flat<T>().data()); in operator ()()
402 pad_filter ? padded_filter.template flat<T>().data() : depthwise_filter; in operator ()()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt265 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt341 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…