Home
last modified time | relevance | path

Searched full:api_version (Results 1 – 25 of 152) sorted by relevance

1234567

/external/tensorflow/tensorflow/tools/api/tests/
Dapi_compatibility_test.py114 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/
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
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 …]
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.c43 * @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/
Dthread_safety.md16 service = build('api_name', 'api_version', requestBuilder=build_request)
19 service = build('api_name', 'api_version')
/external/tensorflow/tensorflow/python/keras/api/
DBUILD114 api_version = 1,
127 api_version = 1,
141 api_version = 2,
/external/vulkan-validation-layers/scripts/
Dlayer_chassis_generator.py306 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/
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/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc68 static const char* kImplVersionName = "api_version";
109 // Adds the module variable "api_version". in INITFUNC()
Dapi_implementation.py43 _api_version = _api_implementation.api_version
50 raise ValueError('api_version=1 is no longer supported.')
/external/tensorflow/tensorflow/core/profiler/
DBUILD149 # api_version = 2,
156 # 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/kernel-headers/original/uapi/linux/
Disst_if.h17 * @api_version: Version of the firmware document, which this driver
32 __u16 api_version; member
/external/vulkan-validation-layers/layers/generated/
Dvk_extension_helper.h182 …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/
Dvk_swiftshader_icd.json.tmpl5 "api_version": "1.0.5"
Dvk_swiftshader_icd.json5 "api_version": "1.0.5" string
/external/python/oauth2client/samples/googleappengine/
Dapp.yaml4 api_version: 1

1234567