Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Dreshape.mod.py.cpp5 namespace reshape { namespace
12 TEST_F(GeneratedTests, reshape) { in TEST_F() argument
13 execute(reshape::CreateModel, in TEST_F()
14 reshape::is_ignored, in TEST_F()
15 reshape::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, reshape, reshape::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(reshape::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 reshape::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 reshape::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dbidirectional_sequence_rnn.mod.py21 return np.array(tensor).reshape(tensor_shape).transpose(
26 a = np.array(a).reshape(a_shape)
27 b = np.array(b).reshape(b_shape)
31 return np.array(tensor).reshape(tensor_shape)[:, ::-1, :].flatten().tolist()
34 tensor = np.array(tensor).reshape(tensor_shape)
Dunidirectional_sequence_rnn.mod.py40 return np.array(tensor).reshape([num_batches, max_time,
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperComp.py26 rawCoords2 = rawCoords.reshape(-1, 1, 2)
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp5033 namespace reshape { namespace
5040 TEST_F(NeuralnetworksHidlTest, reshape) { in TEST_F() argument
5042 reshape::createTestModel, in TEST_F()
5043 reshape::is_ignored, in TEST_F()
5044 reshape::get_examples()); in TEST_F()
5047 TEST_F(ValidationTest, reshape) { in TEST_F() argument
5048 const Model model = reshape::createTestModel(); in TEST_F()
5049 const std::vector<Request> requests = createRequests(reshape::get_examples()); in TEST_F()
5057 reshape::createTestModel_dynamic_output_shape, in TEST_F()
5058 reshape::is_ignored_dynamic_output_shape, in TEST_F()
[all …]