Searched refs:nest1 (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/ |
D | fpetestmodule.c | 51 static double nest1(int, double); 74 r = nest1(0, 0.0); in test() 78 r = nest1(1, 1.0); in test() 82 r = nest1(2, 2.0); in test() 112 static double nest1(int i, double x) in nest1() function
|
/external/tensorflow/tensorflow/python/data/util/ |
D | nest.py | 106 def assert_same_structure(nest1, nest2, check_types=True): argument 125 _pywrap_tensorflow.AssertSameStructureForData(nest1, nest2, check_types)
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.string.frag | 4 string brackets < string b = "nest1" ; string c = "nest2" ; float test [ 4 ] = { 1.0 , 1.0 , 1.0 , …
|
/external/tensorflow/tensorflow/python/util/ |
D | nest.py | 252 def assert_same_structure(nest1, nest2, check_types=True, argument 287 _pywrap_tensorflow.AssertSameStructure(nest1, nest2, check_types, 290 str1 = str(map_structure(lambda _: _DOT, nest1))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nest.pbtxt | 5 …argspec: "args=[\'nest1\', \'nest2\', \'check_types\', \'expand_composites\'], varargs=None, keywo…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.nest.pbtxt | 5 …argspec: "args=[\'nest1\', \'nest2\', \'check_types\', \'expand_composites\'], varargs=None, keywo…
|