HomeSort by relevance Sort by last modified time
    Searched defs:CreateArray (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
fuse_binary_into_following_affine_test.cc 46 void CreateArray(const string& name, const std::vector<int>& shape) {
55 CreateArray(name, shape);
75 CreateArray("Input", {2, 2});
77 CreateArray("MulOutput", {2, 2});
80 CreateArray("Output", {2, 2});
116 CreateArray("Input", {2, 2});
118 CreateArray("MulOutput", {2, 2});
121 CreateArray("Output", {2, 2});
122 CreateArray("AnotherOutput", {2, 2});
  /external/protobuf/src/google/protobuf/
arena.h 436 static T* CreateArray(::google::protobuf::Arena* arena, size_t num_elements) {
    [all...]
  /external/v8/src/compiler/
js-operator.cc     [all...]

Completed in 378 milliseconds