Home
last modified time | relevance | path

Searched defs:CreateArray (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dfuse_binary_into_preceding_affine_test.cc46 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in toco::FuseBinaryIntoPrecedingAffineTest
Dremove_successive_transpose_test.cc34 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in __anon68f38e040111::RemoveSuccessiveTransposeTest
Dfuse_binary_into_following_affine_test.cc46 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in toco::FuseBinaryIntoFollowingAffineTest
/external/cpu_features/src/utils/
Dlist_cpu_features.c135 static Node* CreateArray() { return BA_CreateNode(NT_ARRAY); } in CreateArray() function
/external/protobuf/src/google/protobuf/
Darena.h336 PROTOBUF_ALWAYS_INLINE static T* CreateArray(Arena* arena, in CreateArray() function