Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dspec_visualizer.py62 def FormatArray(data, is_scalar=False): function
78 op_info["dimensions"] = FormatArray(op.type.dimensions)
84 op_info["scale"] = FormatArray(op.type.extraParams.scales)
95 op_info["data"] = FormatArray(op.value, op.type.IsScalar())
200 ret[-1]["data"] = FormatArray(op.value, op.type.IsScalar())
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs114 FormatArray, enumerator
260 CompiledKernelArgType::FormatArray => blob_write_uint8(blob, 4), in serialize()
294 4 => CompiledKernelArgType::FormatArray, in deserialize()
866 CompiledKernelArgType::FormatArray, in compile_nir_variant()
1493 CompiledKernelArgType::FormatArray => { in launch()