/external/tensorflow/tensorflow/tools/api/tests/ |
D | api_compatibility_test.py | 114 def _KeyToFilePath(key, api_version): argument 117 Filepath will be inside golden folder for api_version. 121 api_version: a number indicating the tensorflow API version, e.g. 1 or 2. 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 248 api_version: TensorFlow API version to test. 303 filepath = _KeyToFilePath(key, api_version) 309 filepath = _KeyToFilePath(key, 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 420 api_version: API version. 423 if api_version == 1: 454 api_version, argument 468 api_version: API version you want to generate (1 or 2). 484 module_code_builder = _ModuleInitCodeBuilder(output_package, api_version, 516 module_contents_name, api_name, api_version) 600 api_version, argument [all …]
|
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 | 43 * @api_version version of PM API, must match with one on PMU side 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/tensorflow/tensorflow/python/keras/api/ |
D | BUILD | 114 api_version = 1, 127 api_version = 1, 141 api_version = 2,
|
/external/vulkan-validation-layers/scripts/ |
D | layer_chassis_generator.py | 306 uint32_t api_version; 826 …uint32_t api_version = (specified_version < VK_API_VERSION_1_1) ? VK_API_VERSION_1_0 : VK_API_VERS… 849 thread_checker->api_version = api_version; 857 parameter_validation->api_version = api_version; 865 object_tracker->api_version = api_version; 873 core_checks->api_version = api_version; 881 best_practices->api_version = api_version; 911 framework->api_version = api_version; 1015 … effective_api_version = std::min(device_properties.apiVersion, instance_interceptor->api_version); 1046 … device_interceptor->api_version = device_interceptor->device_extensions.InitFromDeviceCreateInfo( [all …]
|
/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/tensorflow/tensorflow/core/profiler/protobuf/ |
D | BUILD | 183 # api_version = 2, 190 # api_version = 2,
|
/external/protobuf/python/google/protobuf/internal/ |
D | api_implementation.cc | 68 static const char* kImplVersionName = "api_version"; 109 // Adds the module variable "api_version". in INITFUNC()
|
D | api_implementation.py | 43 _api_version = _api_implementation.api_version 50 raise ValueError('api_version=1 is no longer supported.')
|
/external/tensorflow/tensorflow/core/profiler/ |
D | BUILD | 149 # api_version = 2, 156 # 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/kernel-headers/original/uapi/linux/ |
D | isst_if.h | 17 * @api_version: Version of the firmware document, which this driver 32 __u16 api_version; member
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_extension_helper.h | 182 …uint32_t api_version = (specified_version < VK_API_VERSION_1_1) ? VK_API_VERSION_1_0 : VK_API_VERS… in NormalizeApiVersion() local 183 return api_version; in NormalizeApiVersion() 205 uint32_t api_version = NormalizeApiVersion(requested_api_version); in InitFromInstanceCreateInfo() local 206 if (api_version >= VK_API_VERSION_1_1) { in InitFromInstanceCreateInfo() 213 return api_version; in InitFromInstanceCreateInfo() 782 uint32_t api_version = NormalizeApiVersion(requested_api_version); in InitFromDeviceCreateInfo() local 783 if (api_version >= VK_API_VERSION_1_1) { in InitFromDeviceCreateInfo() 790 return api_version; in InitFromDeviceCreateInfo()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader_icd.json.tmpl | 5 "api_version": "1.0.5"
|
D | vk_swiftshader_icd.json | 5 "api_version": "1.0.5" string
|
/external/python/oauth2client/samples/googleappengine/ |
D | app.yaml | 4 api_version: 1
|