Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for sparsity_parameter (0.2 sec)

  1. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/constants_offset.mlir

      // CHECK-LABEL: @sparse_f32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/constants.mlir

      // CHECK-LABEL: @sparse_f32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/test_schema.fbs

      //     column indices).
      dense_size:int;
      array_segments:SparseIndexVector;
      array_indices:SparseIndexVector;
    }
    
    // Parameters to encode a sparse TfLite tensor.
    table SparsityParameters {
      // The traversal order of the dimensions defined in the `shape` field of the
      // conceptual dense tensor. For a n-dimensional tensors with dims (d0, d1,
      // ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:46:06 UTC 2021
    - 26.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      //     column indices).
      dense_size:int;
      array_segments:SparseIndexVector;
      array_indices:SparseIndexVector;
    }
    
    // Parameters to encode a sparse TfLite tensor.
    table SparsityParameters {
      // The traversal order of the dimensions defined in the `shape` field of the
      // conceptual dense tensor. For a n-dimensional tensors with dims (d0, d1,
      // ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema.fbs

      //     column indices).
      dense_size:int;
      array_segments:SparseIndexVector;
      array_indices:SparseIndexVector;
    }
    
    // Parameters to encode a sparse TfLite tensor.
    table SparsityParameters {
      // The traversal order of the dimensions defined in the `shape` field of the
      // conceptual dense tensor. For a n-dimensional tensors with dims (d0, d1,
      // ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top