Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc161 b->SetFrontendAttributes(attrs); in Compile()
221 b->SetFrontendAttributes(attrs); in Compile()
426 b->SetFrontendAttributes(attrs); in Compile()
478 b->SetFrontendAttributes(attrs); in Compile()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc224 void SetFrontendAttributes(Operation* op, int32_t index, StringRef key, in SetFrontendAttributes() function
265 SetFrontendAttributes(send, index, key, operand.getType(), in CreateSendOp()
289 SetFrontendAttributes(recv, index, key, result_type, in CreateRecvOp()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc1197 b.SetFrontendAttributes(attributes); in TEST_F()
1219 b.SetFrontendAttributes(attributes); in TEST_F()
1227 b.SetFrontendAttributes(attributes); in TEST_F()
1236 b.SetFrontendAttributes(attributes); in TEST_F()
1259 b.SetFrontendAttributes(attributes); in TEST_F()
Dxla_builder.h203 void SetFrontendAttributes(const FrontendAttributes& frontend_attributes) { in SetFrontendAttributes() function
1519 builder_->SetFrontendAttributes(saved_); in ~XlaScopedFrontendAttributesAssignment()