Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/linalg/
Dlinear_operator_algebra_test.py52 def _shape(self): member in AdjointTest.testRegistration.CustomLinOp
94 def _shape(self): member in CholeskyTest.testRegistration.CustomLinOp
144 def _shape(self): member in MatmulTest.testRegistration.CustomLinOp
193 def _shape(self): member in SolveTest.testRegistration.CustomLinOp
239 def _shape(self): member in InverseTest.testRegistration.CustomLinOp
Dlinear_operator_test.py63 def _shape(self): member in LinearOperatorShape
99 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.py184 def _shape(self): member in LinearOperatorFullMatrix
Dlinear_operator_composition.py201 def _shape(self): member in LinearOperatorComposition
Dlinear_operator_toeplitz.py184 def _shape(self): member in LinearOperatorToeplitz
Dlinear_operator_inversion.py192 def _shape(self): member in LinearOperatorInversion
Dlinear_operator_identity.py306 def _shape(self): member in LinearOperatorIdentity
656 def _shape(self): member in LinearOperatorScaledIdentity
Dlinear_operator_lower_triangular.py185 def _shape(self): member in LinearOperatorLowerTriangular
Dlinear_operator_tridiag.py208 def _shape(self): member in LinearOperatorTridiag
Dlinear_operator_permutation.py193 def _shape(self): member in LinearOperatorPermutation
Dlinear_operator_householder.py175 def _shape(self): member in LinearOperatorHouseholder
Dlinear_operator_kronecker.py246 def _shape(self): member in LinearOperatorKronecker
Dlinear_operator_low_rank_update.py339 def _shape(self): member in LinearOperatorLowRankUpdate
Dlinear_operator_diag.py184 def _shape(self): member in LinearOperatorDiag
Dlinear_operator_zeros.py248 def _shape(self): member in LinearOperatorZeros
Dlinear_operator_adjoint.py179 def _shape(self): member in LinearOperatorAdjoint
Dlinear_operator_block_diag.py257 def _shape(self): member in LinearOperatorBlockDiag
Dlinear_operator_block_lower_triangular.py360 def _shape(self): member in LinearOperatorBlockLowerTriangular
Dlinear_operator_circulant.py307 def _shape(self): member in _BaseLinearOperatorCirculant
Dlinear_operator.py298 def _shape(self): member in LinearOperator
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1311 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1337 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1367 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
1401 auto _shape = tensorflow::ops::AsNodeOut(s, shape); in TEST_F() local
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java442 private final Shape _shape; field in JsonFormat.Value
/external/tensorflow/tensorflow/python/framework/
Dops.py469 def _shape(self): member in Tensor
475 def _shape(self, value): member in Tensor