/frameworks/base/core/java/android/app/slice/ |
D | SliceMetrics.java | 56 mLogMaker.setCategory(MetricsEvent.SLICE) in logVisible() 67 mLogMaker.setCategory(MetricsEvent.SLICE) in logHidden() 88 mLogMaker.setCategory(MetricsEvent.SLICE) in logTouch()
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | slice.example.cpp | 60 .type = TestOperationType::SLICE in get_test_model() 161 .type = TestOperationType::SLICE in get_test_model_all_inputs_as_internal() 228 .type = TestOperationType::SLICE in get_test_model_relaxed() 329 .type = TestOperationType::SLICE in get_test_model_relaxed_all_inputs_as_internal() 396 .type = TestOperationType::SLICE in get_test_model_float16() 497 .type = TestOperationType::SLICE in get_test_model_float16_all_inputs_as_internal() 564 .type = TestOperationType::SLICE in get_test_model_2() 665 .type = TestOperationType::SLICE in get_test_model_all_inputs_as_internal_2() 732 .type = TestOperationType::SLICE in get_test_model_relaxed_2() 833 .type = TestOperationType::SLICE in get_test_model_relaxed_all_inputs_as_internal_2() [all …]
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed113 | 212 type: SLICE 223 type: SLICE 234 type: SLICE
|
D | seed300 | 124 type: SLICE 146 type: SLICE
|
D | seed297 | 74 type: SLICE
|
D | seed245 | 74 type: SLICE
|
D | seed327 | 80 type: SLICE
|
D | seed062 | 80 type: SLICE
|
D | seed416 | 135 type: SLICE
|
D | seed254 | 135 type: SLICE
|
D | seed434 | 478 type: SLICE
|
D | seed346 | 737 type: SLICE
|
D | seed234 | 2426 type: SLICE 2454 type: SLICE
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | slice_quant8_signed.example.cpp | 60 .type = TestOperationType::SLICE in get_test_model() 161 .type = TestOperationType::SLICE in get_test_model_all_inputs_as_internal() 446 .type = TestOperationType::SLICE in get_test_model_zero_sized_quant8_signed()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 156 static_assert(static_cast<TestOperationType>(SLICE) == TestOperationType::SLICE);
|
D | Model.proto | 126 SLICE = 86; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 129 CHECK_TEST_ENUM(TestOperationType, SLICE);
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3_cts_only/ |
D | while_fib_unknown_rank.example.cpp | 358 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output() 733 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_tensors_as_inputs() 1142 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal() 1551 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_outputs_as_internal() 1926 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed() 2301 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs() 2710 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 3119 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_outputs_as_internal() 3494 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_float16() 3869 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_float16_all_tensors_as_inputs() [all …]
|
D | while_fib_unknown_dimension.example.cpp | 358 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output() 733 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_tensors_as_inputs() 1142 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_tensors_as_inputs_all_inputs_as_internal() 1551 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_all_outputs_as_internal() 1926 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed() 2301 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs() 2710 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_tensors_as_inputs_all_inputs_as_internal() 3119 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_relaxed_all_outputs_as_internal() 3494 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_float16() 3869 .type = TestOperationType::SLICE in get_test_model_n_2_unused_output_float16_all_tensors_as_inputs() [all …]
|
/frameworks/ml/nn/common/operations/ |
D | Slice.cpp | 193 NN_REGISTER_OPERATION(SLICE, slice::kOperationName, slice::validate, slice::prepare, slice::execute,
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 181 SLICE = 86, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 669 TEST_SINGLE_OPERATION(SLICE, V1_2, kStrictCriteria); 732 TEST_SINGLE_OPERATION(SLICE, V1_3, kStrictCriteria);
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Selection.cpp | 261 .opType = TestOperationType::SLICE, \
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 511 static_assert(static_cast<int32_t>(OperationType::SLICE) == ANEURALNETWORKS_SLICE,
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 2099 SLICE = 1401; enumerator
|