Searched refs:depthwise_filter (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_impl.py | 985 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/ |
D | depthwise_conv_op.cc | 163 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 ()()
|
D | depthwise_conv_grad_op.cc | 387 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/ |
D | tensorflow.nn.pbtxt | 277 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nn.pbtxt | 345 …argspec: "args=[\'input\', \'depthwise_filter\', \'pointwise_filter\', \'strides\', \'padding\', \…
|