Home
last modified time | relevance | path

Searched refs:test_tensor_shape_json (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torchgen/static_runtime/
Dgenerator.py399 test_tensor_shape_json: dict[str, str] = json.loads(test_tensor_shapes_string) variable
403 if op_name in test_tensor_shape_json:
404 return test_tensor_shape_json[op_name]