Home
last modified time | relevance | path

Searched defs:input_col (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/iter/
H A Dselecting.py53 input_col=None, argument
H A Dcallable.py73 input_col=None, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py1483 def _helper(ref_fn, fn, input_col=None, output_col=None, error=None): argument
1627 def _helper(ref_fn, fn, input_col=None, output_col=None, error=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_spatial_convolutions-inl.h936 const Index input_col = m_colIndex + col * m_base_mapper.m_in_col_strides; in padOrSkipCol() local