Home
last modified time | relevance | path

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

/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.cc93 TensorShape batch_shape; in Compute() local
119 TensorShapes* input_matrix_shapes, TensorShape* batch_shape) { in AnalyzeInputs()
163 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/ops/
Dlinalg_ops_impl.py35 batch_shape=None, argument
Dlinalg_ops.py200 batch_shape=None, argument
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_band_part_test.py169 def testMatrixBandPart(self, batch_shape, rows, cols): argument
/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddecode_proto_op_test_base.py74 def _compareProtos(self, batch_shape, sizes, fields, field_dict): argument
149 def _runDecodeProtoTests(self, fields, case_sizes, batch_shape, batch, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_band_part_op.cc57 TensorShape batch_shape = input_shape; in Compile() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dlinalg_ops_test.py217 def test_eye_no_placeholder(self, num_rows, num_columns, batch_shape, dtype): argument
248 self, num_rows, num_columns, batch_shape, dtype): argument
Dmatrix_solve_ls_op_test.py89 batch_shape=()): argument
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dbernoulli_test.py48 def make_bernoulli(batch_shape, dtype=dtypes.int32): argument
Dcategorical_test.py40 def make_categorical(batch_shape, num_classes, dtype=dtypes.int32): argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_zeros.py129 batch_shape=None, argument
Dlinear_operator_identity.py209 batch_shape=None, argument
Dlinear_operator.py342 def batch_shape(self): member in LinearOperator
/external/tensorflow/tensorflow/python/ops/distributions/
Dtransformed_distribution.py242 batch_shape=None, argument
Ddistribution.py660 def batch_shape(self): member in Distribution
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.cc440 TensorShape batch_shape = batch->shape(); in CallFunction() local