Home
last modified time | relevance | path

Searched defs:topk (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/bottleneck/
H A D__main__.py88 def print_cprofile_summary(prof, sortby='tottime', topk=15): argument
120 def print_autograd_prof_summary(prof, mode, sortby='cpu_time', topk=15): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dsort_ops_test.py254 def topk(v, k=k): function
290 def topk(v, k=k): function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtopk_ops.cc219 auto topk = CreateTopKUnique(builder, input, input_shape, k_, false); in Compile() local
349 auto topk = CreateTopKUnique(builder, unique, input_shape, k_, true); in Compile() local
/aosp_15_r20/external/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/
H A DUtils.java7 public static int[] topK(float[] a, final int topk) { in topK()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/evaluators/
DTopK.java50 int[] topk = new int[K_TOP]; in EvaluateAccuracy() local
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/
H A Dquantization_util.py55 def accuracy(output, target, topk=(1,)): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtopk_rewriter.cc233 HloInstruction* topk = comp->AddInstruction( in TransformToCustomCall() local
H A Dbuffer_assignment.cc783 absl::btree_multimap<int64_t, const HloValue*> topk; in TopKPeakBuffers() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dcustom_call_handler.cc133 auto topk = b_.AddInstruction( in HandleCustomCallTopK() local
H A Dspmd_partitioner.cc2501 auto topk = b_.AddInstruction(hlo->CloneWithNewOperands( in HandleSort() local
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dtorchvision_models.py643 def accuracy(output, target, topk=(1,)): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSorting.cpp54 TORCH_META_FUNC(topk) in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset10.py121 def topk(g: jit_utils.GraphContext, self, k, dim, largest, sorted, out=None): function
H A Dsymbolic_opset11.py556 def topk(g: jit_utils.GraphContext, self, k, dim, largest, sorted, out=None): function
H A Dsymbolic_opset9.py3920 def topk(g: jit_utils.GraphContext, self, k, dim, largest, sorted, out=None): function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1090 def topk(self: List[int], k: int, dim: int = -1) -> Tuple[List[int], List[int]]: function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py177 def accuracy(output, target, topk=(1,)): argument
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dapigee.v1.json4857 "topk": { object
5554 "topk": { object
6093 "topk": { object
6822 "topk": { object
8643 "topk": { object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc7008 auto topk = ops::TopK(s.WithOpName("my_topk"), input, weights); in TEST_P() local