Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for static_size (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops.cc

          return rewriter.notifyMatchFailure(op, "missing resource subtype");
        }
    
        int counter_size = tensorflow::GetCounterSize(alg);
        int state_size = counter_size + tensorflow::RNG_KEY_SIZE;
        RankedTensorType res_type =
            RankedTensorType::get({state_size}, state_element_type);
        if (res_type != GetResourceSubtype(rng_op.getResource())) {
          return rewriter.notifyMatchFailure(op, "unexpected resource subtype");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 8.1K bytes
    - Viewed (0)
Back to top