Home
last modified time | relevance | path

Searched defs:profile_index (Results 1 – 3 of 3) 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/tf2tensorrt/common/
Dutils.cc60 Status GetTrtBindingIndex(const char* tensor_name, int profile_index, in GetTrtBindingIndex()
86 Status GetTrtBindingIndex(int network_input_index, int profile_index, in GetTrtBindingIndex()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.h75 std::optional<int64_t> profile_index; member
127 std::optional<int64_t> profile_index() const { return profile_index_; } in profile_index() function