Home
last modified time | relevance | path

Searched defs:shape_2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dsequential.py545 def relax_input_shape(shape_1, shape_2): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util_test.cc127 Shape shape_2 = ShapeUtil::MakeShape(F32, {3, 2}); in TEST() local
151 Shape shape_2 = ShapeUtil::MakeShape(PRED, {3, 2}); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_test.cc2237 const int64_t shape_2[] = {2, 4, 6}; in TEST_F() local