Home
last modified time | relevance | path

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

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/grc/
H A Dblocks_multiply_matrix_xx.block.yml21 options: [gr.TPP_ALL_TO_ALL, gr.TPP_ONE_TO_ONE, gr.TPP_DONT, gr.TPP_CUSTOM]
40 #- ${ tag_propagation_policy != gr.TPP_ONE_TO_ONE or len(A) == len(A[0]) }
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dannotator_raw_impl.cc50 set_tag_propagation_policy(TPP_ONE_TO_ONE); in annotator_raw_impl()
H A Dannotator_1to1_impl.cc47 set_tag_propagation_policy(TPP_ONE_TO_ONE); in annotator_1to1_impl()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/python/blocks/
H A Dqa_multiply_matrix_xx.py184 self.run_once(X_in, A, tpp=gr.TPP_ONE_TO_ONE, tags=(tag1, tag2))
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/lib/
H A Dpfb_channelizer_ccf_impl.cc103 set_tag_propagation_policy(TPP_ONE_TO_ONE); in pfb_channelizer_ccf_impl()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dblock.h85 TPP_ONE_TO_ONE = 2, /*!< Propagate tags from n. input to n. output. Requires same enumerator
H A Dblock_gateway.h49 TPP_ONE_TO_ONE = 2, enumerator
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dblock_executor.cc169 case block::TPP_ONE_TO_ONE: in propagate_tags()