Searched defs:fill_value (Results 1 – 2 of 2) sorted by relevance
74 const T fill_value = T(0); in operator() local92 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()
657 def _with_space_to_batch_adjust(orig, fill_value, spatial_dims): argument