Searched defs:values_offset (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/example/ |
H A D | example_parser_configuration.cc | 146 int values_offset = sparse_values_output_start + i; in ExtractExampleParserConfiguration() local
|
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | Idmap.cpp | 222 uint32_t values_offset; in FromBinaryStream() member
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 5249 …*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char*… in PlotEx() 5375 void ImGui::PlotLines(const char* label, const float* values, int values_count, int values_offset, … in PlotLines() 5381 …*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char*… in PlotLines() 5386 …Histogram(const char* label, const float* values, int values_count, int values_offset, const char*… in PlotHistogram() 5392 …*values_getter)(void* data, int idx), void* data, int values_count, int values_offset, const char*… in PlotHistogram()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | example_proto_fast_parsing.cc | 1343 size_t values_offset = 0; in FastParseExample() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | dictobject.c | 1602 PyObject *const *values, Py_ssize_t values_offset, in _PyDict_FromItems()
|