Home
last modified time | relevance | path

Searched refs:api_version (Results 1 – 25 of 105) sorted by relevance

12345

/external/tensorflow/tensorflow/tools/api/tests/
Dapi_compatibility_test.py114 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/
DBUILD99 # 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/
Dtest_opencl_c_versions.cpp36 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/
Dcreate_python_api_test.py70 api_version=1)
106 api_version=2)
126 api_version=1)
143 api_version=2,
156 api_version=2,
Dcreate_python_api.py110 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,
Dapi_gen.bzl42 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/
Duptodate_check_test.py43 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),
Dregenerate_samples.py54 api_name, api_version = name.split('_')
63 'samples.{0}_sample.{0}_{1}'.format(api_name, api_version),
/external/tensorflow/tensorflow/python/keras/protobuf/
DBUILD28 # api_version = 2,
34 # api_version = 2,
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_svc_main.c48 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/
Dthread_safety.md16 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/
Dnetwork_services.py42 super().__init__(api_manager.networkservices(self.api_version), project)
51 def api_version(self) -> str: member in NetworkServicesV1Alpha1
Dnetwork_security.py48 super().__init__(api_manager.networksecurity(self.api_version), project)
57 def api_version(self) -> str: member in NetworkSecurityV1Alpha1
/external/tensorflow/tensorflow/core/profiler/protobuf/
DBUILD183 # api_version = 2,
190 # api_version = 2,
/external/swiftshader/src/Vulkan/
Dvk_swiftshader_icd.json.tmpl5 "api_version": "1.0.5"
/external/tensorflow/tensorflow/python/keras/api/
DBUILD114 api_version = 1,
127 api_version = 1,
141 api_version = 2,
/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/
Dpm_svc_main.c132 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/vulkan-validation-layers/layers/json/
DVkLayer_standard_validation.json.in6 "api_version": "@VK_VERSION@", string
DVkLayer_unique_objects.json.in7 "api_version": "@VK_VERSION@", string
DVkLayer_thread_safety.json.in7 "api_version": "@VK_VERSION@", string
DVkLayer_object_lifetimes.json.in7 "api_version": "@VK_VERSION@", string
DVkLayer_stateless_validation.json.in7 "api_version": "@VK_VERSION@", string
/external/perfetto/infra/config/
Drecipes.cfg2 "api_version": 2,
/external/tensorflow/tensorflow/core/profiler/
DBUILD149 # api_version = 2,
156 # api_version = 2,
/external/python/apitools/apitools/gen/
Dutil.py382 api_name, _, api_version = discovery_url.partition('.')
385 api_name, api_version),
387 api_name, api_version),

12345