/external/tensorflow/tensorflow/tools/api/tests/ |
D | api_compatibility_test.py | 114 def _KeyToFilePath(key, api_version): argument 134 _API_GOLDEN_FOLDER_V2 if api_version == 2 else _API_GOLDEN_FOLDER_V1) 209 def _GetTFNumpyGoldenPattern(api_version): argument 212 api_version)) 236 api_version=2): argument 303 filepath = _KeyToFilePath(key, api_version) 309 filepath = _KeyToFilePath(key, api_version) 353 api_version, argument 361 if api_version == 2: 405 api_version=api_version) [all …]
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | BUILD | 99 # api_version = 2, 106 # api_version = 2, 113 # api_version = 2, 120 # api_version = 2, 127 # api_version = 2, 134 # api_version = 2, 141 # api_version = 2,
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_opencl_c_versions.cpp | 36 const Version api_version = get_device_cl_version(device); in test_CL_DEVICE_OPENCL_C_VERSION() local 39 if (api_version > latest_version) in test_CL_DEVICE_OPENCL_C_VERSION() 43 api_version.to_string().c_str(), in test_CL_DEVICE_OPENCL_C_VERSION() 59 const Version min_clc_version = api_version == Version(3, 0) in test_CL_DEVICE_OPENCL_C_VERSION() 61 : api_version >= Version(2, 0) ? Version(2, 0) : api_version; in test_CL_DEVICE_OPENCL_C_VERSION() 66 api_version.to_string().c_str(), in test_CL_DEVICE_OPENCL_C_VERSION() 112 const Version api_version = get_device_cl_version(device); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS() local 137 if (api_version == Version(major, minor)) in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS() 173 api_version.to_string().c_str()); in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
|
/external/tensorflow/tensorflow/python/tools/api/generator/ |
D | create_python_api_test.py | 70 api_version=1) 106 api_version=2) 126 api_version=1) 143 api_version=2, 156 api_version=2,
|
D | create_python_api.py | 110 api_version, argument 123 self._api_version = api_version 410 api_version, argument 423 if api_version == 1: 454 api_version, argument 484 module_code_builder = _ModuleInitCodeBuilder(output_package, api_version, 516 module_contents_name, api_name, api_version) 600 api_version, argument 647 api_version, compat_api_versions, lazy_loading,
|
D | api_gen.bzl | 42 api_version = 2, 77 api_version: TensorFlow API version to generate. Must be either 1 or 2. 140 " --apiname=" + api_name + " --apiversion=" + str(api_version) +
|
/external/python/apitools/samples/ |
D | uptodate_check_test.py | 43 def _CheckGeneratedFiles(self, api_name, api_version): argument 44 prefix = api_name + '_' + api_version 54 'samples.{0}_sample.{0}_{1}'.format(api_name, api_version),
|
D | regenerate_samples.py | 54 api_name, api_version = name.split('_') 63 'samples.{0}_sample.{0}_{1}'.format(api_name, api_version),
|
/external/tensorflow/tensorflow/python/keras/protobuf/ |
D | BUILD | 28 # api_version = 2, 34 # api_version = 2,
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_svc_main.c | 48 uint32_t api_version; member 216 ret = pm_get_api_version(&pm_ctx.api_version); in pm_setup() 217 if (pm_ctx.api_version < PM_VERSION) { in pm_setup() 220 PM_VERSION_MINOR, pm_ctx.api_version >> 16, in pm_setup() 221 pm_ctx.api_version & 0xFFFF); in pm_setup() 336 if (pm_ctx.api_version >= PM_VERSION) { in pm_smc_handler() 348 ((uint64_t)pm_ctx.api_version << 32)); in pm_smc_handler()
|
/external/python/google-api-python-client/docs/ |
D | thread_safety.md | 16 service = build('api_name', 'api_version', requestBuilder=build_request) 19 service = build('api_name', 'api_version')
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/ |
D | network_services.py | 42 super().__init__(api_manager.networkservices(self.api_version), project) 51 def api_version(self) -> str: member in NetworkServicesV1Alpha1
|
D | network_security.py | 48 super().__init__(api_manager.networksecurity(self.api_version), project) 57 def api_version(self) -> str: member in NetworkSecurityV1Alpha1
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader_icd.json.tmpl | 5 "api_version": "1.0.5"
|
/external/vulkan-validation-layers/layers/json/ |
D | VkLayer_unique_objects.json.in | 7 "api_version": "@VK_VERSION@", string
|
D | VkLayer_standard_validation.json.in | 6 "api_version": "@VK_VERSION@", string
|
D | VkLayer_thread_safety.json.in | 7 "api_version": "@VK_VERSION@", string
|
D | VkLayer_stateless_validation.json.in | 7 "api_version": "@VK_VERSION@", string
|
D | VkLayer_object_lifetimes.json.in | 7 "api_version": "@VK_VERSION@", string
|
D | VkLayer_core_validation.json.in | 7 "api_version": "@VK_VERSION@", string
|
D | VkLayer_khronos_validation.json.in | 7 "api_version": "@VK_VERSION@", string
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | BUILD | 183 # api_version = 2, 190 # api_version = 2,
|
/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/ |
D | pm_svc_main.c | 132 uint32_t api_version; in pm_smc_handler() local 134 ret = pm_get_api_version(&api_version); in pm_smc_handler() 136 ((uint64_t)api_version << 32)); in pm_smc_handler()
|
/external/tensorflow/tensorflow/python/keras/api/ |
D | BUILD | 114 api_version = 1, 127 api_version = 1, 141 api_version = 2,
|
/external/perfetto/infra/config/ |
D | recipes.cfg | 2 "api_version": 2,
|