Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.h223 void SetFrontendAttributes(const FrontendAttributes& frontend_attributes) { in SetFrontendAttributes()
231 const FrontendAttributes& frontend_attributes) { in SwapFrontendAttributes()
238 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
H A Dxla_builder.cc481 auto* frontend_attributes = instr_proto->mutable_frontend_attributes(); in SetInstructionFrontendAttribute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1751 void set_frontend_attributes(FrontendAttributes frontend_attributes) { in set_frontend_attributes()
1755 void add_frontend_attributes(FrontendAttributes frontend_attributes) { in add_frontend_attributes()
1760 const FrontendAttributes& frontend_attributes() const { in frontend_attributes() function
H A Dhlo_parser.cc1153 optional<FrontendAttributes> frontend_attributes; in ParseInstructionRhs() local
3002 FrontendAttributes* frontend_attributes) { in ParseFrontendAttributes()
4215 FrontendAttributes frontend_attributes; in ParseAttributeHelper() local
H A Dhlo.proto307 xla.FrontendAttributes frontend_attributes = 68; field
H A Dhlo_instruction.cc4056 const FrontendAttributes& frontend_attributes) { in FrontendAttributesToString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc779 py::class_<FrontendAttributes> frontend_attributes(m, "FrontendAttributes"); in BuildXlaCompilerSubmodule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf_communication.cc253 auto frontend_attributes = DictionaryAttr::get( in SetFrontendAttributes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dmlir_hlo_to_hlo.cc479 xla::FrontendAttributes frontend_attributes; in CreateOpFrontendAttributesFromAttribute() local