Home
last modified time | relevance | path

Searched refs:rotate_right (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_kronecker.py53 def _rotate_last_dim(x, rotate_right=False): argument
56 if rotate_right:
329 output = _rotate_last_dim(x, rotate_right=True)
357 output = _rotate_last_dim(output, rotate_right=False)
359 output = _rotate_last_dim(output, rotate_right=True)
369 output = _rotate_last_dim(output, rotate_right=False)
371 output = _rotate_last_dim(output, rotate_right=False)
446 output = _rotate_last_dim(rhs, rotate_right=True)
474 output = _rotate_last_dim(output, rotate_right=False)
476 output = _rotate_last_dim(output, rotate_right=True)
[all …]
/external/tensorflow/tensorflow/python/ops/distributions/
Dtransformed_distribution.py441 x = self._maybe_rotate_dims(x, rotate_right=True)
467 x = self._maybe_rotate_dims(x, rotate_right=True)
624 def _maybe_rotate_dims(self, x, rotate_right=False): argument
630 n = (ndims - self._rotate_ndims) if rotate_right else self._rotate_ndims
/external/f2fs-tools/fsck/
Ddict.c111 static void rotate_right(dnode_t *upper) in rotate_right() function
604 rotate_right(grandpa); in dict_insert()
617 rotate_right(parent); in dict_insert()
757 rotate_right(sister); in dict_delete()
774 rotate_right(parent); in dict_delete()
794 rotate_right(parent); in dict_delete()
/external/e2fsprogs/lib/support/
Ddict.c118 static void rotate_right(dnode_t *upper) in rotate_right() function
628 rotate_right(grandpa); in dict_insert()
641 rotate_right(parent); in dict_insert()
782 rotate_right(sister); in dict_delete()
799 rotate_right(parent); in dict_delete()
819 rotate_right(parent); in dict_delete()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dconditional_transformed_distribution.py122 x = self._maybe_rotate_dims(x, rotate_right=True)
146 x = self._maybe_rotate_dims(x, rotate_right=True)
/external/grpc-grpc/src/core/lib/avl/
Davl.cc137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() function
190 rotate_right(vtable, key, value, left, right, user_data)); in rebalance()