Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for size_values (0.12 sec)

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

      auto slice_i2c_size =
          CreateI64DenseConst(builder, size_shape, size_values, location);
    
      return builder->create<TF::SliceOp>(
          location,
          RankedTensorType::get(
              size_values,
              mlir::cast<RankedTensorType>(input.getType()).getElementType()),
          input, slice_i2c_begin, slice_i2c_size);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  2. src/testing/quick/quick.go

    func Value(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool) {
    	return sizedValue(t, rand, complexSize)
    }
    
    // sizedValue returns an arbitrary value of the given type. The size
    // hint is used for shrinking as a function of indirection level so
    // that recursive data structures will terminate.
    func sizedValue(t reflect.Type, rand *rand.Rand, size int) (value reflect.Value, ok bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:47 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top