Home
last modified time | relevance | path

Searched defs:prop_index (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/src/effects/
H A DEffects.h137 const EffectBinder& bind(size_t prop_index, T& value) const { in bind()
H A DEffects.cpp182 size_t prop_index) { in GetPropValue()
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_tensor_ops.py606 def prop_index(op_schema: OpSchema) -> OutputSharding: function