Home
last modified time | relevance | path

Searched refs:xla_op (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc56 string GetMlirOpString(XlaOp xla_op) { in GetMlirOpString() argument
59 xla_builder_.GetValue(xla_op).print(ostream); in GetMlirOpString()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h86 for (auto xla_op : ops) { in GetValues() local
87 values.push_back(GetValue(xla_op)); in GetValues()
Dmlir_hlo_builder.cc574 for (XlaOp xla_op : operands) { in CreateOp() local
575 operand_values.push_back(GetValue(xla_op)); in CreateOp()
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass_test.cc231 auto xla_op = in TEST_F() local
234 NodeWith(Op("AssignVariableOp"), Inputs(Out(NodeWith()), Out(xla_op))); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc562 ::xla::XlaOp xla_op = xla_op_or.ValueOrDie(); in GetExprForOperand()
570 return tensorflow::XlaExpression::XlaOp(xla_op, dtype); in GetExprForOperand()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1218 xla::XlaOp xla_op) -> mlir::LogicalResult { in Lower() argument
1220 auto* shape = xla::internal::XlaBuilderFriend::GetInstruction(xla_op) in Lower()
1235 xla::internal::XlaBuilderFriend::GetInstruction(xla_op) in Lower()