Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for redirection (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            llvm::ArrayRef<Value>(init_values), reduction_dimensions,
            TypeRange({input_element_type, index_element_type}));
        auto direction = Derived::GetDirection();
        BuildArgMinMaxReductionBody(input_element_type, index_element_type,
                                    direction, &reduction.getBody(), &rewriter);
    
        rewriter.replaceOp(op, {reduction.getResult(1)});
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    		// For 2, we need to ensure that if there might be partial overlap,
    		// then we can't use OpMove; we must use memmove instead.
    		// (memmove handles partial overlap by copying in the correct
    		// direction. OpMove does not.)
    		//
    		// Note that we have to be careful here not to introduce a call when
    		// we're marshaling arguments to a call or unmarshaling results from a call.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top