Home
last modified time | relevance | path

Searched defs:static_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dpoisson_lognormal_test.py120 def static_shape(self): member in PoissonLogNormalQuadratureCompoundStaticShapeTest
128 def static_shape(self): member in PoissonLogNormalQuadratureCompoundDynamicShapeTest
Dindependent_test.py224 def _testMnistLike(self, static_shape): argument
/external/tensorflow/tensorflow/python/layers/
Dutils.py237 def static_shape(x): function
/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py80 def _compare(self, x_in, y_in, adjoint_a, adjoint_b, static_shape=True): argument
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
Dbeam_search_decoder_test.py183 def _test_array_shape_dynamic_checks(self, static_shape, dynamic_shape, argument
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py1312 def _is_scalar_helper(self, static_shape, dynamic_shape_fn): argument
/external/python/cpython3/Modules/
D_testbuffer.c2696 static Py_ssize_t static_shape[1] = {12}; variable
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc2422 std::vector<TensorShapeProto> static_shape; in GetShapeInfoForOutsideCompilationSends() local