Searched defs:CreateArray (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/ | ||
D | fuse_binary_into_preceding_affine_test.cc | 46 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in toco::FuseBinaryIntoPrecedingAffineTest |
D | remove_successive_transpose_test.cc | 34 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in __anon68f38e040111::RemoveSuccessiveTransposeTest |
D | fuse_binary_into_following_affine_test.cc | 46 void CreateArray(const std::string& name, const std::vector<int>& shape) { in CreateArray() function in toco::FuseBinaryIntoFollowingAffineTest |
/external/cpu_features/src/utils/ | ||
D | list_cpu_features.c | 135 static Node* CreateArray() { return BA_CreateNode(NT_ARRAY); } in CreateArray() function |
/external/protobuf/src/google/protobuf/ | ||
D | arena.h | 336 PROTOBUF_ALWAYS_INLINE static T* CreateArray(Arena* arena, in CreateArray() function |