Home
last modified time | relevance | path

Searched refs:FromShape (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbetainc_op.cc83 auto merged_shape_vec = BCast::FromShape(merged_shape); in Compute()
84 BCast a_shaper(BCast::FromShape(a_shape), merged_shape_vec); in Compute()
85 BCast b_shaper(BCast::FromShape(b_shape), merged_shape_vec); in Compute()
86 BCast x_shaper(BCast::FromShape(x_shape), merged_shape_vec); in Compute()
Dcwise_ops_common.cc58 bcast(BCast::FromShape(in0.shape()), BCast::FromShape(in1.shape())) { in BinaryOpState()
Dbroadcast_to_op.cc79 BCast bcast(BCast::FromShape(input_shape), BCast::FromShape(output_shape), in Compute()
Dxent_op.cc46 BCast bcast(BCast::FromShape(logits_in.shape()), in Compute()
47 BCast::FromShape(labels_in.shape())); in Compute()
Dsparse_dense_binary_op_shared.cc84 const auto lhs_dims = BCast::FromShape(TensorShape(shape_vec)); in Compute()
85 const auto rhs_dims = BCast::FromShape(dense_t->shape()); in Compute()
Dsubstr_op.cc136 BCast bcast(BCast::FromShape(input_shape), BCast::FromShape(pos_shape)); in Compute()
Dquantized_mul_op.cc292 BCast bcast(BCast::FromShape(x.shape()), BCast::FromShape(y.shape())); in Compute()
Dragged_tensor_to_tensor_op.cc467 BCast bcast(BCast::FromShape(src_shape), BCast::FromShape(element_shape), in SetOutput()
Dquantized_add_op.cc465 BCast bcast(BCast::FromShape(x.shape()), BCast::FromShape(y.shape())); in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dselect_op.cc95 BCast bcast_then_else(BCast::FromShape(then_shape), in Compile()
96 BCast::FromShape(else_shape), in Compile()
104 BCast bcast(bcast_then_else.output_shape(), BCast::FromShape(cond_shape), in Compile()
Dcwise_ops.cc43 BCast bcast(BCast::FromShape(lhs_shape), BCast::FromShape(rhs_shape), in Compile()
Dmatrix_triangular_solve_op.cc45 MatMulBCast bcast(BCast::FromShape(lhs_shape), BCast::FromShape(rhs_shape)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dbroadcast.cc102 BCast bcast(BCast::FromShape(lhs_tf_shape), BCast::FromShape(rhs_tf_shape)); in BroadcastOpsToSame()
/external/tensorflow/tensorflow/core/util/
Dbcast.cc21 BCast::Vec BCast::FromShape(const TensorShape& shape) { in FromShape() function in tensorflow::BCast
Dbcast.h416 static Vec FromShape(const TensorShape& shape);