Home
last modified time | relevance | path

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

/external/executorch/kernels/test/
Dop_cumsum_test.cpp31 optional<ScalarType> enforced_dtype, in op_cumsum_out()
51 optional<ScalarType> enforced_dtype = OUT_DTYPE; in test_cumsum_out_dtype() local
88 optional<ScalarType> enforced_dtype = OUT_DTYPE; in test_cumsum_out_float() local
118 optional<ScalarType> enforced_dtype; in TEST_F() local
152 optional<ScalarType> enforced_dtype = ScalarType::Int; in TEST_F() local
/external/executorch/kernels/portable/cpu/
Dop_cumsum.cpp93 optional<ScalarType> enforced_dtype, in cumsum_out()