Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/ops/
Dlinalg_ops.cc37 ShapeHandle batch_shape; in MakeBatchSquareMatrix() local
95 ShapeHandle batch_shape; in SelfAdjointEigV2ShapeFn() local
122 ShapeHandle batch_shape; in LuShapeFn() local
148 ShapeHandle batch_shape; in QrShapeFn() local
179 ShapeHandle batch_shape; in SvdShapeFn() local
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_band_part_test.py169 def testMatrixBandPart(self, batch_shape, rows, cols): argument
/external/tensorflow/tensorflow/python/ops/
Dlinalg_ops_impl.py35 batch_shape=None, argument
Dlinalg_ops.py130 batch_shape=None, argument
/external/tensorflow/tensorflow/core/kernels/
Dlinalg_ops_common.cc92 TensorShape batch_shape; in Compute() local
117 TensorShape* batch_shape) { in AnalyzeInputs()
161 const TensorShape& batch_shape, TensorOutputs* outputs, in PrepareOutputs()
Dlu_op.cc80 TensorShape batch_shape; in Compute() local
Dlu_op_gpu.cu.cc101 TensorShape batch_shape; in ComputeAsync() local
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Ddecode_proto_op_test_base.py72 def _compareProtos(self, batch_shape, sizes, fields, field_dict): argument
144 def _runDecodeProtoTests(self, fields, case_sizes, batch_shape, batch, argument
/external/tensorflow/tensorflow/python/kernel_tests/
Dlinalg_ops_test.py210 def test_eye_no_placeholder(self, num_rows, num_columns, batch_shape, dtype): argument
241 self, num_rows, num_columns, batch_shape, dtype): argument
Dmatrix_solve_ls_op_test.py88 batch_shape=()): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_set_diag_op.cc46 TensorShape batch_shape = input_shape; in Compile() local
Dmatrix_band_part_op.cc57 TensorShape batch_shape = input_shape; in Compile() local
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dbatch_reshape.py86 batch_shape, argument
413 def validate_init_args_statically(distribution, batch_shape): argument
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Drelaxed_onehot_categorical_test.py32 def make_relaxed_categorical(batch_shape, num_classes, dtype=dtypes.float32): argument
Dmvn_full_covariance_test.py120 def _random_mu_and_sigma(self, batch_shape, event_shape): argument
Ddistribution_test.py134 def __init__(self, batch_shape=None, event_shape=None): argument
Donehot_categorical_test.py33 def make_onehot_categorical(batch_shape, num_classes, dtype=dtypes.int32): argument
Dmixture_test.py110 def make_univariate_mixture(batch_shape, num_components, use_static_graph): argument
125 def make_multivariate_mixture(batch_shape, num_components, event_shape, argument
Dmvn_tril_test.py224 def _random_mu_and_sigma(self, batch_shape, event_shape): argument
Dconditional_distribution_test.py34 def __init__(self, batch_shape=None, event_shape=None): argument
Dtransformed_distribution_test.py310 batch_shape=(), argument
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_zeros.py129 batch_shape=None, 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/distributions/
Dtransformed_distribution.py242 batch_shape=None, argument

12