Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/image_retraining/
Dretrain.py257 category, architecture): argument
401 bottleneck_tensor, architecture): argument
461 resized_input_tensor, bottleneck_tensor, architecture): argument
506 bottleneck_tensor, architecture): argument
879 def create_model_info(architecture): argument
1014 def export_model(sess, architecture, saved_model_dir): argument
/external/python/cpython2/Lib/plat-mac/
Dcfmfile.py24 def mergecfmfiles(srclist, dst, architecture = 'fat'): argument
/external/v8/src/base/
Dcpu.cc471 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local
Dcpu.h50 int architecture() const { return architecture_; } in architecture() function
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DNativeLibrary.java171 private static String architecture() { in architecture() method in NativeLibrary
/external/webrtc/webrtc/base/
Dsysteminfo_unittest.cc41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); in TEST() local
/external/google-breakpad/src/common/
Dmodule.cc52 const string &architecture, const string &id) : in Module()
Dmodule.h282 string architecture() const { return architecture_; } in architecture() function
/external/python/cpython3/Lib/
Dplatform.py801 def architecture(executable=sys.executable, bits='', linkage=''): function
/external/python/cpython2/Lib/
Dplatform.py1032 def architecture(executable=sys.executable,bits='',linkage=''): function
/external/perf_data_converter/src/quipper/
Dperf_data.proto689 optional StringAndMd5sumPrefix architecture = 4; field
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc873 const char *architecture = ElfArchitecture<ElfClass>(elf_header); in ReadSymbolDataElfClass() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc329 const string architecture = device.environment().at("architecture"); in GetDeviceInfo() local
/external/devlib/devlib/
Dtarget.py1392 def architecture(self): member in Cpuinfo
/external/vulkan-validation-layers/tests/device_profiles/
Dpowervr_rogue_ge8300.json8 "architecture": "arm", string
Damd_radv_polaris10.json8 "architecture": "x86_64", string
Dintel_hd_graphics_520_skylake_gt2.json8 "architecture": "x86_64", string
Dadreno_540.json8 "architecture": "arm", string
Dmali-t760.json8 "architecture": "arm", string
Dnvidia_tegra_x1.json8 "architecture": "arm", string
Dgeforce_940m.json8 "architecture": "x86_64", string
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp198 const char *architecture = "x86-64"; in Nucleus() local
200 const char *architecture = "x86"; in Nucleus() local