Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lake (0.47 sec)

  1. RELEASE.md

                neural-network-focused hardware features such as AVX512_VNNI,
                AVX512_BF16, AMX, etc.
                ([Intel Cascade Lake](https://www.intel.com/content/www/us/en/products/platforms/details/cascade-lake.html)
                and newer CPUs.)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          // Merge `in_tensors` and `captured_tensors`. `operandSegmentSizes`
          // has two elements, so it will be merging two operand ranges (the two
          // variadic arguments). Attributes like `batch_timeout_micros` will not
          // make it to the return array.
          auto segment_sizes = getOperation()->getAttrOfType<DenseI32ArrayAttr>(getOperandSegmentSizeAttr());
          return OperandRangeRange(getOperands(), segment_sizes).join();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top