Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for elsif (0.06 sec)

  1. cluster/gce/util.sh

        WINDOWS_NODE_IMAGE="windows-server-2019-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win1909" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-1909-dc-core-v20210413"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2004" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2004-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION,,}" == "win20h2" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

                self._contains_op(
                    output_graphdef,
                    'Const',
                    '_output_shapes',
                    per_channel_size_attr,
                )
            )
        elif target_opset == quant_opts_pb2.UNIFORM_QUANTIZED:
          self.assertTrue(
              self._contains_op(output_graphdef, 'UniformQuantizedConvolution')
          )
          if enable_per_channel_quantization:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        # see https://github.com/kubernetes/kubernetes/pull/53466#discussion_r146431894
        if [[ -n "${NODE_LOCAL_SSDS_EXT:-}" ]]; then
          unique-uuid-bind-mount "${mountpoint}" "${actual_device}"
        fi
      elif [[ "${format}" == "block" ]]; then
        local symdir="${UUID_BLOCK_PREFIX}-${interface}-block"
        safe-block-symlink "${ssd}" "${symdir}"
      else
        echo "Disk format must be either fs or block, got ${format}"
      fi
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top