Home
last modified time | relevance | path

Searched defs:frontend_attributes (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h204 void SetFrontendAttributes(const FrontendAttributes& frontend_attributes) { in SetFrontendAttributes()
212 const FrontendAttributes& frontend_attributes) { in SwapFrontendAttributes()
219 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
Dxla_builder.cc428 auto* frontend_attributes = instr_proto->mutable_frontend_attributes(); in SetInstructionFrontendAttribute() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1668 void set_frontend_attributes(FrontendAttributes frontend_attributes) { in set_frontend_attributes()
1672 void add_frontend_attributes(FrontendAttributes frontend_attributes) { in add_frontend_attributes()
1677 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
Dhlo.proto287 xla.FrontendAttributes frontend_attributes = 68; field
Dhlo_parser.cc1058 optional<FrontendAttributes> frontend_attributes; in ParseInstructionRhs() local
2847 FrontendAttributes* frontend_attributes) { in ParseFrontendAttributes()
3996 FrontendAttributes frontend_attributes; in ParseAttributeHelper() local
Dhlo_instruction.cc3899 const FrontendAttributes& frontend_attributes) { in FrontendAttributesToString()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc253 auto frontend_attributes = DictionaryAttr::get( in SetFrontendAttributes() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc390 xla::FrontendAttributes frontend_attributes; in CreateOpFrontendAttributesFromAttribute() local