Home
last modified time | relevance | path

Searched defs:dim_dynamic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_subclasses.py868 def test_dynamic_dim(f, x, dim_dynamic, exp_frame_count, exp_op_count): argument
907 def test_automatic_dynamic(f, inps, dim_dynamic, exp_frame_count, exp_op_count): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dshape_inference.cc3521 bool dim_dynamic = false; in InferGatherShape() local