Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc434 const xla::XlaOp boxes_input = context->Input("boxes"); in Compile() local
449 const xla::XlaOp boxes = xla::Transpose(boxes_input, {1, 0}); in Compile()