Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/higher_order_ops/
H A Dtest_with_effects.py325 def record_scalar_tensor(x, prefix): function
343 torch.ops.mylib.record_scalar_tensor.default, _EffectType.ORDERED
383 torch.ops.mylib.record_scalar_tensor(output.mean(), prefix)
385 torch.ops.mylib.record_scalar_tensor(output.max(), prefix)
388 torch.ops.mylib.record_scalar_tensor(output.sum(), prefix)