Home
last modified time | relevance | path

Searched defs:batch_shape (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlinalg_ops.cc37 ShapeHandle batch_shape; in MakeBatchSquareMatrix() local
166 ShapeHandle batch_shape; in SelfAdjointEigV2ShapeFn() local
193 ShapeHandle batch_shape; in LuShapeFn() local
219 ShapeHandle batch_shape; in QrShapeFn() local
250 ShapeHandle batch_shape; in SvdShapeFn() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dlinalg_ops_common.cc96 TensorShape batch_shape; in Compute() local
122 TensorShapes* input_matrix_shapes, TensorShape* batch_shape) { in AnalyzeInputs()
170 const TensorShape& batch_shape, TensorOutputs* outputs, in PrepareOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/
H A Dslicing.py40 def _broadcast_parameter_with_batch_shape( argument
106 param, param_ndims_to_matrix_ndims, slices, batch_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/
H A Ddecode_proto_op_test_base.py70 def _compareProtos(self, batch_shape, sizes, fields, field_dict): argument
145 def _runDecodeProtoTests(self, fields, case_sizes, batch_shape, batch, argument
/aosp_15_r20/external/pytorch/torch/distributions/
H A Drelaxed_categorical.py50 def expand(self, batch_shape, _instance=None): argument
128 def expand(self, batch_shape, _instance=None): argument
H A Drelaxed_bernoulli.py63 def expand(self, batch_shape, _instance=None): argument
138 def expand(self, batch_shape, _instance=None): argument
H A Dchi2.py29 def expand(self, batch_shape, _instance=None): argument
H A Dlogistic_normal.py46 def expand(self, batch_shape, _instance=None): argument
H A Dlkj_cholesky.py85 def expand(self, batch_shape, _instance=None): argument
H A Dweibull.py47 def expand(self, batch_shape, _instance=None): argument
H A Dpareto.py35 def expand(self, batch_shape, _instance=None): argument
H A Dkumaraswamy.py64 def expand(self, batch_shape, _instance=None): argument
H A Dfishersnedecor.py46 def expand(self, batch_shape, _instance=None): argument
H A Dgumbel.py53 def expand(self, batch_shape, _instance=None): argument
H A Dlog_normal.py38 def expand(self, batch_shape, _instance=None): argument
H A Dinverse_gamma.py47 def expand(self, batch_shape, _instance=None): argument
H A Dpoisson.py55 def expand(self, batch_shape, _instance=None): argument
H A DstudentT.py68 def expand(self, batch_shape, _instance=None): argument
H A Dgeometric.py75 def expand(self, batch_shape, _instance=None): argument
H A Dhalf_cauchy.py40 def expand(self, batch_shape, _instance=None): argument
H A Dhalf_normal.py40 def expand(self, batch_shape, _instance=None): argument
/aosp_15_r20/external/pytorch/test/distributions/
H A Dtest_transforms.py326 def test_transformed_distribution_shapes(batch_shape, event_shape, dist): argument
481 def test_compose_reshape(batch_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/
H A Dlinalg_ops_test.py207 def test_eye_no_placeholder(self, num_rows, num_columns, batch_shape, dtype): argument
238 self, num_rows, num_columns, batch_shape, dtype): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlinalg_ops_impl.py31 batch_shape=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dmatrix_band_part_test.py165 def testMatrixBandPart(self, batch_shape, rows, cols): argument

123