Home
last modified time | relevance | path

Searched refs:FillIndicesAndSizes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.h121 void FillIndicesAndSizes(
199 void TensorSlice::FillIndicesAndSizes( in FillIndicesAndSizes() function
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_util.h179 rel_s.FillIndicesAndSizes<kTensorSliceMaxRank>(shp_s, &s_start, &s_len);
180 rel_d.FillIndicesAndSizes<kTensorSliceMaxRank>(shp_d, &d_start, &d_len);
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_3d.cc252 src.FillIndicesAndSizes<5>(out_backprop.shape(), &src_indices, in launch()
254 dst.FillIndicesAndSizes<5>(tensor_in.shape(), &dst_indices, in launch()
427 src.FillIndicesAndSizes<5>(out_backprop.shape(), &src_indices, in launch()
429 dst.FillIndicesAndSizes<5>(tensor_in_shape, &dst_indices, &dst_sizes); in launch()