Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dmli_slicers.cc24 TensorSlicer::TensorSlicer(const mli_tensor* full_tensor, int slice_dim, in TensorSlicer()
/external/tensorflow/tensorflow/core/kernels/
Dscatter_nd_op.cc779 const int64 slice_dim = in ValidateUpdateShape() local
820 int64* slice_dim, Index* num_updates, in PrepareAndValidateInputs()
905 int64 slice_dim; in DoScatterNd() local
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h550 const int slice_dim = values_inserted_in_slice[slice_index]++; in Split() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1016 PyObject* TFE_Py_TensorShapeSlice(PyObject* tensors, int slice_dim) { in TFE_Py_TensorShapeSlice()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1031 [](const py::handle& tensors, int slice_dim) { in PYBIND11_MODULE()
1036 int slice_dim) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc942 auto slice_dim = in PartitionBaseCase() local
1008 auto slice_dim = in PartitionBaseCase() local
Dspmd_partitioner_util.cc1262 int64 slice_dim, int64 k) { in SliceFirstK()
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py2572 def _iter_slices(full_shape, num_slices, slice_dim): argument