Searched refs:ToShape (Results 1 – 14 of 14) sorted by relevance
466 return this->ToShape() == shape.ToShape();471 return this->ToShape() != shape.ToShape();476 Shape ToShape() const {583 return ToString(s.ToShape());
115 Shape s2 = oihw.ToShape(); in TEST()
30 TensorShape BCast::ToShape(const BCastList::Vec& vec) { in ToShape() function in tensorflow::BCast
417 static TensorShape ToShape(const Vec& vec);
77 const TensorShape output_shape = BCast::ToShape(bcast.output_shape()); in BinaryOpState()
85 OP_REQUIRES(ctx, BCast::ToShape(bcast.output_shape()) == output_shape, in Compute()
54 shape_in = BCast::ToShape(bcast.output_shape()); in Compute()
362 TensorShape bcast_shape = BCast::ToShape(bcast.output_shape()); in Compute()479 TensorShape bcast_shape = BCast::ToShape(bcast.output_shape()); in Compute()
141 TensorShape output_shape = BCast::ToShape(bcast.result_shape()); in Compute()
186 const TensorShape output_shape = BCast::ToShape(bcast.output_shape()); in Compute()
301 0, BCast::ToShape(bcast.output_shape()), &z)); in Compute()
474 0, BCast::ToShape(bcast.output_shape()), &z)); in Compute()
769 TensorShape bcast_shape = BCast::ToShape(bcast.output_shape()); in Compute()
109 BCast::ToShape(bcast_then_else.output_shape()).DebugString(), " vs. ", in Compile()