Home
last modified time | relevance | path

Searched refs:is_valid_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py127 is_valid_shape = control_flow_ops.cond(
133 return control_flow_ops.Assert(is_valid_shape, data, name=scope)
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_precision_insertion.cc113 if (!is_valid_shape(operand->shape())) { in insert_on_inputs()
170 if (!is_valid_shape(instruction->shape())) { in insert_on_outputs()
Dreduce_precision_insertion.h113 bool is_valid_shape(const Shape& shape) { in is_valid_shape() function