Home
last modified time | relevance | path

Searched defs:profile_index (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer_data.proto40 int64 profile_index = 8; field
49 int64 profile_index = 2; field
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.h76 absl::optional<int64> profile_index; member
130 absl::optional<int64> profile_index() const { return profile_index_; } in profile_index() function
Dgemm_thunk.cc192 absl::optional<int64> profile_index, in RunGemm()
Dgpu_compiler.cc1112 size_t profile_index = 0; in RunBackend() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_engine_utils.cc71 Status GetTrtBindingIndex(const char* tensor_name, int profile_index, in GetTrtBindingIndex()