HomeSort by relevance Sort by last modified time
    Searched refs:MaxOp (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reduction_ops.cc 79 class MaxOp : public XlaReductionOp {
81 explicit MaxOp(OpKernelConstruction* ctx) : XlaReductionOp(ctx) {}
97 REGISTER_XLA_OP(Name("Max").CompileTimeConstInput("reduction_indices"), MaxOp);
  /external/tensorflow/tensorflow/core/kernels/
sparse_reduce_op.cc 143 struct MaxOp {
243 SparseReduceOp<T, MaxOp>)
337 SparseReduceSparseOp<T, MaxOp>)
segment_reduction_ops.cc 410 struct MaxOp {
518 functor::MaxOp<type>); \
    [all...]

Completed in 815 milliseconds