Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dconcat_op_test.py602 self, inp_tensors, axis, output_shape, feed_dict=None): argument
614 self, inp_tensors, axis, output_shape, gather_indexes, feed_dict=None): argument
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dgradcheck.py1794 def _make_vectors(inp_tensors, outputs, *, use_forward_ad): argument