Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pack20 (0.28 sec)

  1. src/main/webapp/css/bootstrap.min.css.map

    1 !important;\n  flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n  -ms-flex-pack: start !important;\n  justify-content: flex-start !important;\n}\n\n.justify-content-end {\n  -ms-flex-pack: end !important;\n  justify-content: flex-end !important;\n}\n\n.justify-content-center {\n  -ms-flex-pack: center !important;\n  justify-content: center !important;\n}\n\n.justify-content-between {\n  -ms-flex-pack: justify !important;\n  justify-content: space-between !important;\n}\n\n.justify-content-around...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedOperandTypeListAttr dtypes = TF_DerivedOperandTypeListAttr<0>;
    }
    
    def TF_PackOp : TF_Op<"Pack", [Pure]> {
      let summary = [{
    Packs a list of `N` rank-`R` tensors into one rank-`(R+1)` tensor.
      }];
    
      let description = [{
    Packs the `N` tensors in `values` into a tensor with rank one higher than each
    tensor in `values`, by packing them along the `axis` dimension.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              type: "bool"
              default_value {
                b: false
              }
            }
            is_stateful: true
          }
          op {
            name: "NoOp"
          }
          op {
            name: "Pack"
            input_arg {
              name: "values"
              type_attr: "T"
              number_attr: "N"
            }
            output_arg {
              name: "output"
              type_attr: "T"
            }
            attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            Service with no endpoints), the underlying implementation MUST actively
                            reject connection attempts to this backend. Packet drops must
                            respect weight; if an invalid backend is requested to have 80% of
                            the packets, then 80% of packets must be dropped instead.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. RELEASE.md

    `tf.reverse_v2()` will remain until 1.0 final. * `tf.mul`, `tf.sub` and `tf.neg`
    are deprecated in favor of `tf.multiply`, `tf.subtract` and `tf.negative`. *
    `tf.pack` and `tf.unpack` are deprecated in favor of `tf.stack` and
    `tf.unstack`. * `TensorArray.pack` and `TensorArray.unpack` are getting
    deprecated in favor of `TensorArray.stack` and `TensorArray.unstack`. * The
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top