Home
last modified time | relevance | path

Searched defs:shape_i (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Darray_grad.cc149 std::vector<string> shape_i; in ConcatGradHelper() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py1682 def _test_spadd_shape(nnz, shape_i, shape_v=None): argument
1858 def _test_basic_ops_shape(self, nnz_x1, nnz_x2, shape_i, shape_v, dtype, device, coalesced): argument
1991 def _test_sparse_mask_shape(self, nnz_x1, nnz_x2, shape_i, shape_v, dtype, device, coalesced): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Deinsum.cc490 const int64_t shape_i = shape[std::get<I>(index_tuple)]; in ProdShapeWithIndexInTuple() local