Home
last modified time | relevance | path

Searched refs:frontend_attributes_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1752 frontend_attributes_ = std::move(frontend_attributes); in set_frontend_attributes()
1756 frontend_attributes_.mutable_map()->insert( in add_frontend_attributes()
1761 return frontend_attributes_; in frontend_attributes()
2370 FrontendAttributes frontend_attributes_; variable
Dhlo_instruction.cc1817 derived_instruction->set_frontend_attributes(frontend_attributes_); in SetupDerivedInstruction()
3332 if (!frontend_attributes_.map().empty()) { in ExtraAttributesToString()
3334 FrontendAttributesToString(frontend_attributes_))); in ExtraAttributesToString()
3396 *proto.mutable_frontend_attributes() = frontend_attributes_; in ToProto()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h224 frontend_attributes_ = frontend_attributes; in SetFrontendAttributes()
232 FrontendAttributes old_attributes = std::move(frontend_attributes_); in SwapFrontendAttributes()
233 frontend_attributes_ = frontend_attributes; in SwapFrontendAttributes()
239 return frontend_attributes_; in frontend_attributes()
243 void ClearFrontendAttributes() { frontend_attributes_.Clear(); } in ClearFrontendAttributes()
1094 FrontendAttributes frontend_attributes_; variable
Dxla_builder.cc3936 *instr.mutable_frontend_attributes() = frontend_attributes_; in AddInstruction()