Home
last modified time | relevance | path

Searched defs:slice_dim (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op.cc520 const int64 slice_dim = in ValidateUpdateShape() local
556 int64* slice_dim, Index* num_updates, in PrepareAndValidateInputs()
665 int64 slice_dim; in DoScatterNd() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc978 PyObject* TFE_Py_TensorShapeSlice(PyObject* tensors, int slice_dim) { in TFE_Py_TensorShapeSlice()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h629 const int slice_dim = values_inserted_in_slice[slice_index]++; in Split() local
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py2450 def _iter_slices(full_shape, num_slices, slice_dim): argument