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.h203 void SetFrontendAttributes(const FrontendAttributes& frontend_attributes) { in SetFrontendAttributes()
211 const FrontendAttributes& frontend_attributes) { in SwapFrontendAttributes()
218 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
Dxla_builder.cc418 auto* frontend_attributes = instr_proto->mutable_frontend_attributes(); in SetInstructionFrontendAttribute() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1563 void set_frontend_attributes(FrontendAttributes frontend_attributes) { in set_frontend_attributes()
1567 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
Dhlo.proto248 xla.FrontendAttributes frontend_attributes = 68; field
Dhlo_parser.cc1000 optional<FrontendAttributes> frontend_attributes; in ParseInstructionRhs() local
2691 FrontendAttributes* frontend_attributes) { in ParseFrontendAttributes()
3693 FrontendAttributes frontend_attributes; in ParseAttributeHelper() local
Dhlo_instruction.cc3664 const FrontendAttributes& frontend_attributes) { in FrontendAttributesToString()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc246 auto frontend_attributes = DictionaryAttr::get( in SetFrontendAttributes() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc366 xla::FrontendAttributes frontend_attributes; in CreateOpFrontendAttributesFromAttribute() local