Home
last modified time | relevance | path

Searched defs:check_shape (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_jit_onnx.py52 check_shape = True variable in _TestJITIRToONNX
H A Donnx_test_common.py131 check_shape = True variable in _TestONNXRuntime
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops_test.py68 def _assertStructuredEqual(self, a, b, msg, check_shape): argument
H A Dstructured_tensor_test.py94 def _assertStructuredEqual(self, a, b, msg, check_shape): argument
/aosp_15_r20/external/pytorch/torch/export/
H A Ddynamic_shapes.py751 def check_shape(path, t, dynamic_shape): function
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dcontrol_flow.py210 name, check_shape, init, entry, exit_, shape_invariant): argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dverification.py81 check_shape: bool = True variable in VerificationOptions
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc879 auto check_shape = in BuildTensor() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc1923 auto check_shape = [&](int input_index) -> Status { in GetArgAndRetvalShapes() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_linalg.py3228 def check_shape(a_shape, ind): function