Home
last modified time | relevance | path

Searched defs:device_str (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/pytorch/torch/profiler/
H A D_memory_profiler.py998 def _coalesce_timeline(self, device_str): argument
1058 def export_memory_timeline(self, path, device_str) -> None: argument
1069 def export_memory_timeline_raw(self, path, device_str) -> None: argument
1136 self, path, device_str, figsize=(20, 12), title=None argument
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel.h64 const std::string& device_str, in parse_device_str()
99 const std::string& device_str, in AOTInductorModelBase()
608 const std::string& device_str, in Create()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/
H A Dinit.cpp30 torch::lazy::BackendDevice GetDeviceOrCurrent(const std::string& device_str) { in GetDeviceOrCurrent()
108 bool wait) { in initLazyBindings()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner_cuda.cpp9 const std::string& device_str, in AOTIModelContainerRunnerCuda()
H A Dmodel_container_runner.cpp37 const std::string& device_str, in AOTIModelContainerRunner()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Ddevice_util.py133 def _set_device_from_string(self, device_str): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dpromoted_prim_ops.cpp100 std::string device_str = fmt::format("{}:{}", type, index); in device_with_index() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dinterface.cpp66 const char* device_str, in AOTInductorModelContainerCreateWithDevice()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.cc244 DeviceProperties GetDeviceInfo(const string& device_str) { in GetDeviceInfo()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp382 std::string device_str = ""; in convertIValue() local
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py525 def _set_device_from_string(self, device_str): argument
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h827 const std::string& device_str = THPUtils_unpackString(obj); in toDevice() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp443 for (auto& device_str : DeviceContextArena::Get()->GetActiveDevices()) { in WaitDeviceOps() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_fake_tensor.py83 def checkType(self, t, device_str, size): argument
/aosp_15_r20/external/selinux/libsepol/src/
H A Dkernel_to_conf.c3021 char device_str[20]; /* 2^64-1 <= 16 digits (hex) so < 19 chars */ in write_xen_pcidevice_rules_to_conf() local
H A Dkernel_to_cil.c3171 char device_str[20]; /* 2^64-1 <= 16 digits (hex) so (low high) < 19 chars */ in write_xen_pcidevice_rules_to_cil() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc1483 const std::string device_str = DeviceTypeString(device_type); in FindKernelDef() local
/aosp_15_r20/external/libpcap/
H A Dpcap.c2252 char *device_str; local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dbackend.py852 def _set_device_from_string(self, device_str): argument
/aosp_15_r20/external/libcups/scheduler/
H A Dipp.c7186 device_str[256],/* Escaped ppd-device-id string */ in get_ppds() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py2372 def _set_device_from_string(self, device_str): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py727 def _count_matching_switch_nodes_on_device(self, run_metadata, device_str, argument