Searched refs:CreateArray (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/ |
D | fuse_binary_into_following_affine_test.cc | 46 void CreateArray(const string& name, const std::vector<int>& shape) { in CreateArray() function in toco::FuseBinaryIntoFollowingAffineTest 55 CreateArray(name, shape); in CreateConstantArray() 75 CreateArray("Input", {2, 2}); in TEST_F() 77 CreateArray("MulOutput", {2, 2}); in TEST_F() 80 CreateArray("Output", {2, 2}); in TEST_F() 116 CreateArray("Input", {2, 2}); in TEST_F() 118 CreateArray("MulOutput", {2, 2}); in TEST_F() 121 CreateArray("Output", {2, 2}); in TEST_F() 122 CreateArray("AnotherOutput", {2, 2}); in TEST_F()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.cc | 66 ::google::protobuf::Arena::CreateArray<char>(arena, in InternalExtend()
|
D | arena_unittest.cc | 230 char* p = ::google::protobuf::Arena::CreateArray<char>(&arena, 96); in TEST() 1212 ::google::protobuf::Arena::CreateArray<char>(&arena_1, 320); in TEST() 1226 ::google::protobuf::Arena::CreateArray<char>(&arena_2, 55); in TEST() 1236 ::google::protobuf::Arena::CreateArray<char>(&arena_3, 190); in TEST() 1239 ::google::protobuf::Arena::CreateArray<char>(&arena_3, 70); in TEST() 1248 void* p = ::google::protobuf::Arena::CreateArray<char>(&arena, i); in TEST()
|
D | map.h | 599 Arena::CreateArray<uint8>(arena_, n * sizeof(value_type))); 1639 Arena::CreateArray<uint8>(arena_, sizeof(value_type))); in CreateValueTypeInternal() 1652 Arena::CreateArray<uint8>(arena_, sizeof(value_type))); in CreateValueTypeInternal()
|
D | arena.h | 436 static T* CreateArray(::google::protobuf::Arena* arena, size_t num_elements) { in CreateArray() function
|
D | repeated_field.h | 992 ::google::protobuf::Arena::CreateArray<char>(arena, kRepHeaderSize)); 1275 ::google::protobuf::Arena::CreateArray<char>(arena,
|
/external/v8/src/compiler/ |
D | js-operator.h | 717 const Operator* CreateArray(size_t arity, MaybeHandle<AllocationSite> site); in NON_EXPORTED_BASE()
|
D | js-operator.cc | 1116 const Operator* JSOperatorBuilder::CreateArray( in CreateArray() function in v8::internal::compiler::JSOperatorBuilder
|
D | js-call-reducer.cc | 227 node, javascript()->CreateArray(arity, MaybeHandle<AllocationSite>())); in ReduceArrayConstructor() 1543 javascript()->CreateArray(1, MaybeHandle<AllocationSite>()), in ReduceArrayMap() 3788 NodeProperties::ChangeOp(node, javascript()->CreateArray(arity, site)); in ReduceJSConstruct() 3853 javascript()->CreateArray(arity, site)); in ReduceJSConstruct()
|