Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for palmer (0.09 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		}
    	}
    
    	// In -race mode, we need to call racefuncexit.
    	// Note: This has to happen after we load any heap-allocated results,
    	// otherwise races will be attributed to the caller instead.
    	if s.instrumentEnterExit {
    		s.rtcall(ir.Syms.Racefuncexit, true, nil)
    	}
    
    	results[len(results)-1] = s.mem()
    	m := s.newValue0(ssa.OpMakeResult, s.f.OwnAux.LateExpansionResultType())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // to this entry, depending on `ksize` and `strides`. This function is used for
    // `AvgPool` and `AvgPoolGrad` legalizations.
    // `zero` is passed as a parameter because it can be reused from caller level.
    // `pooled` must have `RankedTensorType`.
    template <typename OpTy, int num_dims>
    Operation *AvgPoolDivideByCount(
        Value pooled, const SmallVector<int64_t, num_dims> &input_shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top