Home
last modified time | relevance | path

Searched defs:WhileCondFn (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dimage_ops.cc340 struct WhileCondFn { struct
341 const int64_t num_boxes;
342 const int64_t output_size;
344 explicit WhileCondFn(int64_t num_boxes, int64_t output_size) in WhileCondFn() function
347 StatusOr<xla::XlaOp> operator()(absl::Span<const xla::XlaOp> values, in operator ()()