Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference_test.py686 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument
687 test_self.assertIn(node_or_slice, (0, 1))
690 if node_or_slice == 0:
829 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument
830 test_self.assertIn(node_or_slice, (0, 1))
833 return {t[node_or_slice] for t in value}
859 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument
860 test_self.assertIn(node_or_slice, (0, 1))
863 return {t[node_or_slice] for t in value}
892 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument
[all …]
Dtype_inference.py116 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py504 def res_slice(self, ns, types_ns, node_or_slice, value, slice_): argument