Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Darithmetic.h86 XlaOp ArgMaxTwoPass(XlaOp input, PrimitiveType output_type, int axis,
Darithmetic_test.cc71 return ArgMaxTwoPass(op, type, axis, tie_low); in TestArgMinMax()
Darithmetic.cc230 XlaOp ArgMaxTwoPass(XlaOp input, PrimitiveType output_type, int axis, in ArgMaxTwoPass() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops.cc78 output = xla::ArgMaxTwoPass(input, index_xla_type, axis); in Compile()
Dcategorical_op.cc115 argmax = xla::ArgMaxTwoPass(softmax_entries, xla_output_type, in Compile()