Home
last modified time | relevance | path

Searched defs:load_data (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/bin/ci/
Dstructured_logger.py154 def load_data(self, file_path: Path) -> dict: member in StructuredLoggerStrategy
168 def load_data(self, file_path: Path) -> dict: member in CSVStrategy
189 def load_data(self, file_path: Path) -> dict: member in JSONStrategy
212 def load_data(self, file_path: Path) -> dict: member in YAMLStrategy
245 def load_data(self): member in StructuredLogger
/third_party/python/Lib/zoneinfo/
D_common.py27 def load_data(fobj): function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dstatistic_utils.cc36 __m128 load_data; in GetFloatMinMaxValueWithSSE() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/mindrecord/tools/
Dcifar100.py97 def load_data(self): member in Cifar100
Dcifar10.py93 def load_data(self): member in Cifar10
/third_party/elfio/elfio/
Delfio_segment.hpp193 bool load_data() const in load_data() function in ELFIO::segment_impl
Delfio_section.hpp272 bool load_data() const in load_data() function in ELFIO::section_impl
/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dload.rs76 fn load_data(path: &Path, sess: &Session) -> LoadResult<(Mmap, usize)> { in load_data() function
/third_party/rust/rust/src/tools/unicode-table-generator/src/
Dmain.rs130 fn load_data() -> UnicodeData { in load_data() function
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Ddxil_spirv_nir.c281 nir_def *load_data = nir_load_ubo( in lower_shader_system_values() local
369 nir_def *load_data = nir_load_ubo( in lower_load_push_constant() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Dmeta_tensor_test.cc461 int64_t load_data[] = {0, 0, 0, 0, 0, 0}; in TEST_F() local
/third_party/openssl/crypto/store/
Dstore_lib.c423 struct ossl_load_result_data_st load_data; in OSSL_STORE_load() local
/third_party/ffmpeg/libavfilter/
Daf_sofalizer.c716 static int load_data(AVFilterContext *ctx, int azim, int elev, float radius, int sample_rate) in load_data() function
/third_party/python/Modules/
D_zoneinfo.c836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data() function