Home
last modified time | relevance | path

Searched defs:fill_value (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h74 const T fill_value = T(0); in operator() local
92 const DenseIndex channel, const T fill_value) const { in nearest_interpolation()
99 const DenseIndex channel, const T fill_value) const { in bilinear_interpolation()
129 const DenseIndex channel, const T fill_value) const { in read_with_fill_value()
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py657 def _with_space_to_batch_adjust(orig, fill_value, spatial_dims): argument