Home
last modified time | relevance | path

Searched defs:dtype_map (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/utils/
H A Dutils.py676 def build_tensor(tensors, dtype_map): argument
/aosp_15_r20/external/ComputeLibrary/include/libnpy/
H A Dnpy.hpp133 const std::unordered_map<std::type_index, dtype_t> dtype_map = { variable
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dcheckpoint.py365 def __init__(self, save_path, dtype_map=None): argument