Searched refs:reshape (Results 1 – 5 of 5) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | reshape.mod.py.cpp | 5 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/ |
D | bidirectional_sequence_rnn.mod.py | 21 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)
|
D | unidirectional_sequence_rnn.mod.py | 40 return np.array(tensor).reshape([num_batches, max_time,
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperComp.py | 26 rawCoords2 = rawCoords.reshape(-1, 1, 2)
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 5033 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 …]
|