Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for addData (0.17 sec)

  1. tensorflow/c/c_api_test.cc

        CompareTensors(out0, expected_out0);
        CompareTensors(out1, expected_out1);
      }
    
      void CompareTensors(TF_Tensor* a, TF_Tensor* b) {
        float* a_data = static_cast<float*>(TF_TensorData(a));
        float* b_data = static_cast<float*>(TF_TensorData(b));
        EXPECT_EQ(*a_data, *b_data);
      }
    
      void AddGradients(bool grad_inputs_provided, const char* prefix,
                        TF_Output* inputs, int ninputs, TF_Output* outputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    };
    
    struct BufferBuilder {
      typedef Buffer Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_data(::flatbuffers::Offset<::flatbuffers::Vector<uint8_t>> data) {
        fbb_.AddOffset(Buffer::VT_DATA, data);
      }
      void add_offset(uint64_t offset) {
        fbb_.AddElement<uint64_t>(Buffer::VT_OFFSET, offset, 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Duration).Seconds", Method, 0},
    		{"(Duration).String", Method, 0},
    		{"(Duration).Truncate", Method, 9},
    		{"(Month).String", Method, 0},
    		{"(Time).Add", Method, 0},
    		{"(Time).AddDate", Method, 0},
    		{"(Time).After", Method, 0},
    		{"(Time).AppendFormat", Method, 5},
    		{"(Time).Before", Method, 0},
    		{"(Time).Clock", Method, 0},
    		{"(Time).Compare", Method, 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/static/trace_viewer_full.html

    MultiDimensionalViewBuilder.ValueKind={SELF:0,TOTAL:1};MultiDimensionalViewBuilder.ViewType={TOP_DOWN_TREE_VIEW:0,TOP_DOWN_HEAVY_VIEW:1,BOTTOM_UP_HEAVY_VIEW:2};MultiDimensionalViewBuilder.prototype={addPath(path,values,valueKind){if(this.buildRoot_===undefined){throw new Error('Paths cannot be added after either view has been built');}
    if(path.length!==this.dimensions_){throw new Error('Path must be '+this.dimensions_+'-dimensional');}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
  5. api/go1.txt

    pkg time, method (Duration) Seconds() float64
    pkg time, method (Duration) String() string
    pkg time, method (Month) String() string
    pkg time, method (Time) Add(Duration) Time
    pkg time, method (Time) AddDate(int, int, int) Time
    pkg time, method (Time) After(Time) bool
    pkg time, method (Time) Before(Time) bool
    pkg time, method (Time) Clock() (int, int, int)
    pkg time, method (Time) Date() (int, Month, int)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top