Home
last modified time | relevance | path

Searched defs:_shape (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_algebra_test.py49 def _shape(self): member in AdjointTest.testRegistration.CustomLinOp
91 def _shape(self): member in CholeskyTest.testRegistration.CustomLinOp
141 def _shape(self): member in MatmulTest.testRegistration.CustomLinOp
187 def _shape(self): member in InverseTest.testRegistration.CustomLinOp
Dlinear_operator_test.py54 def _shape(self): member in LinearOperatorShape
81 def _shape(self): member in LinearOperatorMatmulSolve
/external/tensorflow/tensorflow/python/autograph/utils/
Dtensor_list_test.py34 def _shape(self, shape_tuple): member in TensorListTest
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_full_matrix.py172 def _shape(self): member in LinearOperatorFullMatrix
Dlinear_operator_composition.py191 def _shape(self): member in LinearOperatorComposition
Dlinear_operator_lower_triangular.py182 def _shape(self): member in LinearOperatorLowerTriangular
Dlinear_operator_inversion.py191 def _shape(self): member in LinearOperatorInversion
Dlinear_operator_identity.py290 def _shape(self): member in LinearOperatorIdentity
626 def _shape(self): member in LinearOperatorScaledIdentity
Dlinear_operator_block_diag.py218 def _shape(self): member in LinearOperatorBlockDiag
Dlinear_operator_diag.py188 def _shape(self): member in LinearOperatorDiag
Dlinear_operator_kronecker.py235 def _shape(self): member in LinearOperatorKronecker
Dlinear_operator_low_rank_update.py335 def _shape(self): member in LinearOperatorLowRankUpdate
Dlinear_operator_zeros.py230 def _shape(self): member in LinearOperatorZeros
Dlinear_operator_adjoint.py178 def _shape(self): member in LinearOperatorAdjoint
Dlinear_operator_circulant.py308 def _shape(self): member in _BaseLinearOperatorCirculant
Dlinear_operator.py259 def _shape(self): member in LinearOperator
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py355 def _shape(batch_size, from_shape): function
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1131 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1157 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1187 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1221 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
/external/tensorflow/tensorflow/python/framework/
Dops.py436 def _shape(self): member in Tensor
442 def _shape(self, value): member in Tensor