Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for reserialized (0.11 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      // for a pooling operator). Not all operations have Options and some
      // operations share Options. The following attributes indicate whether
      // the operation has Options in the serialized FlatBuffer.
    
      // Whether the TFLite operator has options in the schema representation.
      bit hasOptions = 0b0;
      // Whether the TFLite operator has options2 in the schema representation.
      bit hasOptions2 = 0b0;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    // other P's should resume execution.
    //
    // stopTheWorld is safe for multiple goroutines to call at the
    // same time. Each will execute its own stop, and the stops will
    // be serialized.
    //
    // This is also used by routines that do stack dumps. If the system is
    // in panic or being exited, this may not reliably stop all
    // goroutines.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top