Searched defs:static_data (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiled_cpu_function.cc23 XlaCompiledCpuFunction::XlaCompiledCpuFunction(const StaticData& static_data, argument
25 : raw_function_(static_data.raw_function),
26 result_index_(static_data.result_index),
27 args_(new void*[static_data.num_args]),
28 temps_(new void*[static_data.num_temps]),
29 arg_names_(static_data.arg_names),
30 result_names_(static_data.result_names),
31 program_shape_(static_data.program_shape),
32 hlo_profile_printer_data_(static_data.hlo_profile_printer_data) {
36 static_data
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py33 import static_data namespace
653 if name in static_data.functions:
688 if name in static_data.offsets:
689 self.offset = static_data.offsets[name]
692 self.assign_offset = self.exec_flavor != "skip" or name in static_data.unused_functions
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dilo_shader_gs.c103 } static_data; member in struct:gs_compile_context
398 eot = (gcc->static_data.num_vertices == gcc->static_data.total_vertices);
401 ((gcc->static_data.last_vertex[(gcc->static_data.num_vertices - 1) / 32] &
402 1 << ((gcc->static_data.num_vertices - 1) % 32)) != 0);
442 if (gcc->static_data.num_vertices_in_prim < gcc->out_vue_min_count)
486 (gcc->static_data.num_vertices == gcc->static_data.total_vertices &&
522 gcc->static_data
[all...]

Completed in 178 milliseconds