Home
last modified time | relevance | path

Searched refs:ToShape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbcast.h106 static TensorShape ToShape(const BCast::Vec& vec);
Dbcast.cc167 TensorShape BCast::ToShape(const BCast::Vec& vec) { in ToShape() function in tensorflow::BCast
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.cc65 const TensorShape output_shape = BCast::ToShape(bcast.output_shape()); in BinaryOpState()
Dxent_op.cc57 shape_in = BCast::ToShape(bcast.output_shape()); in Compute()
Dsubstr_op.cc136 TensorShape output_shape = BCast::ToShape(bcast.result_shape()); in Compute()
Dquantized_mul_op.cc301 0, BCast::ToShape(bcast.output_shape()), &z)); in Compute()
Dquantized_add_op.cc474 0, BCast::ToShape(bcast.output_shape()), &z)); in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcwise_ops.cc51 TensorShape bcast_shape = BCast::ToShape(bcast.output_shape()); in Compile()