Searched refs:StringifyShape (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_verifier.cc | 227 operand_no, StringifyShape(token->shape()), instruction->ToString()); in CheckIsTokenOperand() 266 StringifyShape(outfeed->operand(0)->shape()), in HandleOutfeed() 267 StringifyShape(outfeed->outfeed_shape()), outfeed->ToString()); in HandleOutfeed() 350 StringifyShape(compare_shape)); in HandleSort() 372 parameter_idx, StringifyShape(expected_scalar_shape), in HandleSort() 373 StringifyShape(actual_parameter_shape)); in HandleSort() 384 StringifyShape(sort->operand(0)->shape()), operand, in HandleSort() 385 StringifyShape(sort->operand(operand)->shape())); in HandleSort() 661 StringifyShape(conditional_shape)); in HandleWhile() 899 StringifyShape(inferred_shape), StringifyShape(instruction->shape()), in CheckShape()
|
D | hlo_verifier.h | 131 string StringifyShape(const Shape& s) { in StringifyShape() function
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer.cc | 88 string StringifyShape(const TensorShape& shape) { in StringifyShape() function 711 stmt.BindText(4, StringifyShape(t.shape())); in Update()
|