Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SetProjection (0.32 sec)

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.h

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 03 00:14:05 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

                                       begin_bias2o_values, bias_slice_shape_,
                                       bias_size_values_, fused_func_op_.getLoc());
    }
    
    void ConvertLSTMCellSimpleToFusedLSTM::SetProjection() {
      SmallVector<int64_t, 2> projection_slice_shape = {
          1, num_cols_projection_transposed_};
      SmallVector<int64_t, 2> projection_slice_size_values = {n_output_, n_cell_};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelNodeInternal.java

                throw new IllegalStateException(String.format("Cannot get adapter for '%s' in state %s.", getPath(), state));
            }
            return toProjection();
        }
    
        public ModelProjection getProjection() {
            return toProjection();
        }
    
        @Override
        public void addProjection(ModelProjection projection) {
            if (isAtLeast(Discovered)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 12:51:08 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/DefaultModelRegistry.java

                // the type of the property node instead.
                ModelRegistration registration = ModelRegistrations.of(path)
                    .descriptor(parent.getDescriptor())
                    .withProjection(childTarget.getProjection())
                    .build();
                ModelReferenceNode childNode = new ModelReferenceNode(DefaultModelRegistry.this, registration, parent);
                childNode.setTarget(childTarget);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 45.7K bytes
    - Viewed (0)
Back to top