Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc239 auto abs_shape = b->GetShape(abs); in Compile() local
240 OP_REQUIRES_OK(ctx, abs_shape.status()); in Compile()
241 auto abs_type = abs_shape.ValueOrDie().element_type(); in Compile()