Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/linalg/
Dslicing.py40 def _broadcast_parameter_with_batch_shape( argument
106 param, param_ndims_to_matrix_ndims, slices, batch_shape): argument
Dlinear_operator_zeros.py126 batch_shape=None, argument
Dlinear_operator_identity.py206 batch_shape=None, argument
Dlinear_operator.py346 def batch_shape(self): member in LinearOperator
/external/tensorflow/tensorflow/core/ops/
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
/external/tensorflow/tensorflow/core/kernels/linalg/
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()
Dlu_op.cc80 TensorShape batch_shape; in Compute() local
Dlu_op_gpu.cu.cc103 TensorShape batch_shape; in ComputeAsync() local
/external/tensorflow/tensorflow/python/kernel_tests/proto/
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
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_band_part_test.py165 def testMatrixBandPart(self, batch_shape, rows, cols): argument
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops_impl.py31 batch_shape=None, argument
Dlinalg_ops.py196 batch_shape=None, argument
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dbernoulli_test.py44 def make_bernoulli(batch_shape, dtype=dtypes.int32): argument
Dcategorical_test.py36 def make_categorical(batch_shape, num_classes, dtype=dtypes.int32): argument
/external/tensorflow/tensorflow/python/kernel_tests/linalg/
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
Dmatrix_solve_ls_op_test.py86 batch_shape=()): argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dtransformed_distribution.py238 batch_shape=None, argument
Ddistribution.py653 def batch_shape(self): member in Distribution
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc450 TensorShape batch_shape = batch->shape(); in CallFunction() local