Home
last modified time | relevance | path

Searched refs:api_version_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2651 api_version_(api_version) { in HloCustomCallInstruction()
2667 api_version_(api_version) { in HloCustomCallInstruction()
2686 api_version_(api_version) { in HloCustomCallInstruction()
2708 api_version_(api_version) { in HloCustomCallInstruction()
2747 proto.set_custom_call_api_version(api_version_); in ToProto()
2812 if (api_version_ != CustomCallApiVersion::API_VERSION_ORIGINAL) { in ExtraAttributesToStringImpl()
2814 StrCat("api_version=", CustomCallApiVersion_Name(api_version_))); in ExtraAttributesToStringImpl()
2891 if (api_version_ != casted_other.api_version_) { in IdenticalSlowPath()
2908 opaque(), api_version_); in CloneWithNewOperandsImpl()
Dhlo_instructions.h1915 api_version_ = api_version; in set_api_version()
1917 CustomCallApiVersion api_version() const { return api_version_; } in api_version()
1970 CustomCallApiVersion api_version_; variable