Home
last modified time | relevance | path

Searched refs:profile_version (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h148 int64_t profile_version() const { return profile_version_; } in profile_version() function
149 void set_profile_version(int64_t profile_version) { in set_profile_version() argument
150 profile_version_ = profile_version; in set_profile_version()
Dhlo_module.h485 int64_t profile_version() const { return profile_version_; } in profile_version() function
487 void set_profile_version(int64_t profile_version) { in set_profile_version() argument
488 profile_version_ = profile_version; in set_profile_version()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc626 [](const CompileOptions& options) { return options.profile_version; }, in BuildXlaCompilerSubmodule()
627 [](CompileOptions& options, int64_t profile_version) { in BuildXlaCompilerSubmodule() argument
628 options.profile_version = profile_version; in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h236 int64_t profile_version = 0; member
Dpjrt_c_api_client.cc180 if (options.profile_version != 0) { in ValidateCompileOption()
/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
D__init__.pyi215 profile_version: int