Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for get_shape (0.18 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

        ::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> new_shape = 0) {
      ReshapeOptionsBuilder builder_(_fbb);
      builder_.add_new_shape(new_shape);
      return builder_.Finish();
    }
    
    inline ::flatbuffers::Offset<ReshapeOptions> CreateReshapeOptionsDirect(
        ::flatbuffers::FlatBufferBuilder &_fbb,
        const std::vector<int32_t> *new_shape = nullptr) {
      auto new_shape__ = new_shape ? _fbb.CreateVector<int32_t>(*new_shape) : 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    median(){return this.mean;},get mode(){return this.mean;},get standardDeviation(){return this.standardDeviation_;},get variance(){return this.variance_;}};Statistics.LogNormalDistribution=function(opt_location,opt_shape){this.normalDistribution_=new Statistics.NormalDistribution(opt_location,Math.pow(opt_shape||1,2));};Statistics.LogNormalDistribution.prototype={__proto__:Statistics.NormalDistribution.prototype,computeDensity(x){return this.normalDistribution_.computeDensity(Math.log(x))/x;},computePercentile(x){return...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top