Home
last modified time | relevance | path

Searched defs:pointwise (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/functorch/dim/
H A Dop_properties.py61 pointwise = ( variable
H A D__init__.py29 pointwise = dict.fromkeys(op_properties.pointwise, True) variable
H A Dreference.py22 pointwise = set(op_properties.pointwise) variable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_ml.h54 bool pointwise; member
H A Detnaviv_ml.c68 bool pointwise = poperation->conv.pointwise; in needs_reshuffle() local
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/
H A Dtriton_heuristics.py1323 def pointwise( function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h1104 bool pointwise; member
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp59 mpy::dict_view pointwise; variable