Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dtype (0.1 sec)

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

    };
    
    struct QuantizationDetailsUnion {
      QuantizationDetails type;
      void *value;
    
      QuantizationDetailsUnion() : type(QuantizationDetails_NONE), value(nullptr) {}
      QuantizationDetailsUnion(QuantizationDetailsUnion&& u) FLATBUFFERS_NOEXCEPT :
        type(QuantizationDetails_NONE), value(nullptr)
        { std::swap(type, u.type); std::swap(value, u.value); }
      QuantizationDetailsUnion(const QuantizationDetailsUnion &);
    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

    if(!(type in this.listeners_)){this.listeners_[type]=[handler];}else{const handlers=this.listeners_[type];if(handlers.indexOf(handler)<0){handlers.push(handler);}}},removeEventListener(type,handler){if(!this.listeners_)return;if(type in this.listeners_){const handlers=this.listeners_[type];const index=handlers.indexOf(handler);if(index>=0){if(handlers.length===1){delete...
    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