Home
last modified time | relevance | path

Searched defs:use_weights (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/caffe2/perfkernels/
H A Dhp_emblookup_codegen.py11 def unroll(uf, IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument
12 def compute(regid, InType, use_weights, isa, prefetch): argument
204 def generic(IndexType, InType, OutType, use_weights, isa, fused, use_offsets): argument
205 def compute(InType, use_weights, isa): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_ops.cc111 bool use_weights = weights.NumElements() > 0; in Compute() local
201 bool use_weights = weights.NumElements() > 0; in Compute() local
328 bool use_weights = weights.NumElements() > 0; in Compute() local