Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/custom/
Dcustom_coder.cc66 int CustomCoder::TransformTensors(Serializer *code, std::string array_name, const std::vector<Tenso… in TransformTensors()
143 void CustomCoder::FreeTensors(Serializer *code, std::string array_name, size_t tensors_num) { in FreeTensors()
/third_party/freetype/src/tools/
Dglnames.py5248 def dump_array( the_array, write, array_name ): argument
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dglnames.py5248 def dump_array( the_array, write, array_name ): argument
/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.c477 const char *token_ref, const char *array_name) in tplg_pp_add_object_tuple_section()
669 snd_config_t *top, const char *array_name) in tplg_add_object_data()
/third_party/flatbuffers/src/
Didl_gen_csharp.cpp1612 std::string array_name = "__" + field.name; in GenPackUnPack_ObjectAPI() local
/third_party/node/deps/brotli/c/dec/
Ddecode.c35 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
/third_party/skia/third_party/externals/brotli/c/dec/
Ddecode.c35 #define BROTLI_LOG_ARRAY_INDEX(array_name, idx) \ argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc5908 #define VALIDATE_OPTIONS_FROM_ARRAY(descriptor, array_name, type) \ 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()