Home
last modified time | relevance | path

Searched defs:array_name (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/custom/
Dcustom_coder.cc70 int CustomCoder::TransformTensors(Serializer *code, std::string array_name, const std::vector<Tenso… in TransformTensors()
147 void CustomCoder::FreeTensors(Serializer *code, std::string array_name, size_t tensors_num) { in FreeTensors()
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py5248 def dump_array( the_array, write, array_name ): argument
/third_party/alsa-utils/topology/
Dpre-process-object.c542 const char *token_ref, const char *array_name) in tplg_pp_add_object_tuple_section()
734 snd_config_t *top, const char *array_name) in tplg_add_object_data()
/third_party/flatbuffers/src/
Didl_gen_java.cpp1626 std::string array_name = "__" + field_name; in GenPackUnPack_ObjectAPI() local
Didl_gen_csharp.cpp2037 std::string array_name = "__" + field.name; in GenPackUnPack_ObjectAPI() local
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c35 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
/third_party/brotli/c/dec/
Ddecode.c36 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14643 std::string InitializerListTest::getVectorArraySum(const GLchar* array_name, GLuint columns, GLuint… in getVectorArraySum()