Searched defs:latest_version (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Duser_computation_test.cc80 VersionedComputationHandle latest_version = local
87 computation.ComputeProgramShape(latest_version.version));
96 computation.BuildHloComputation(latest_version.version, hlo_resolver,
132 VersionedComputationHandle latest_version = local
139 latest_version.version, hlo_resolver, DebugOptions(),
184 VersionedComputationHandle latest_version = computation.GetVersionedHandle(); local
189 computation.BuildHloComputation(latest_version.version, hlo_resolver,
246 VersionedComputationHandle latest_version = computation.GetVersionedHandle(); local
251 computation.BuildHloComputation(latest_version.version, hlo_resolver,
312 VersionedComputationHandle latest_version local
[all...]
/external/vulkan-validation-layers/windowsRuntimeInstaller/
H A Dconfigure_runtime.c173 // latest_version (output) - The version of the runtime which the file was updated to
176 long abi_major, bool append_abi_major, struct SDKVersion* latest_version);
628 // long abi_major, bool append_abi_major, struct SDKVersion* latest_version)
630 long abi_major, bool leave_abi_major, struct SDKVersion* latest_version)
643 memset(latest_version, 0, sizeof(struct SDKVersion));
654 if(compare_versions(latest_version, &version) < 0) {
655 *latest_version = version;
669 if(latest_version->major == 0 && latest_version->minor == 0 && latest_version
629 update_system_file(FILE* log, const char* name, const char* extension, const char* path, long abi_major, bool leave_abi_major, struct SDKVersion* latest_version) argument
[all...]

Completed in 182 milliseconds