Home
last modified time | relevance | path

Searched refs:variable_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/aot/
Dcodegen.cc171 if (config.feed_size() + config.variable_size() != num_args) { in GenArgMethods()
174 config.variable_size(), ") and num_args(", num_args, ")"); in GenArgMethods()
216 if (config.fetch_size() + config.variable_size() != num_results) { in GenResultMethods()
219 config.variable_size(), ") and tuple_size(", in GenResultMethods()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6765 GLint variable_size = static_cast<GLuint>(variable.m_data_size); in test() local
6768 GLint ends_at = variable.m_descriptor.m_offset % 16 + variable_size; in test()