Searched refs:fillInputData (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/ |
D | NetRunner.java | 117 fillInputData(ds.getTrainData(), false); in trainLoop() 144 Vector<Integer> labels = fillInputData(test_set, (maxTests == -1)); in calculateAccuracy() 177 Vector<Integer> fillInputData(Vector<DataSet.DataLabelTuple> dataset, boolean serially) { in fillInputData() method in NetRunner
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.hpp | 244 void fillInputData(glw::GLubyte* buffer, glw::GLuint offset, FormatInfo& info);
|
D | esextcTextureBufferTextureBufferRange.cpp | 655 fillInputData(&buffer[0], offset, info); in initTest() 1271 void TextureBufferTextureBufferRange::fillInputData(glw::GLubyte* buffer, glw::GLuint offset, Forma… in fillInputData() function in glcts::TextureBufferTextureBufferRange
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFloatControlsTests.cpp | 370 …virtual void fillInputData (const ValueId* twoArguments, vector<deUint8>& bufferData, deUint32&… 391 …void fillInputData (const ValueId* twoArguments, vector<deUint8>& bufferData, deUint32& offset)… 429 void TypeValues<FLOAT_TYPE>::fillInputData(const ValueId* twoArguments, vector<deUint8>& bufferData… in fillInputData() function in vkt::SpirVAssembly::__anonca04fe4e0111::TypeValues 3772 fp64Data.values->fillInputData(addArgs, inputData, inputOffset); in fillShaderSpec() 3796 fp32Data.values->fillInputData(addArgs, inputData, inputOffset); in fillShaderSpec() 3843 fp16Data.values->fillInputData(addArgs, inputData, inputOffset); in fillShaderSpec()
|