Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for msgmax (0.15 sec)

  1. platforms/documentation/docs/src/docs/css/javadoc.css

    .two-column-summary {
        display: grid;
        grid-template-columns: minmax(25%, max-content) minmax(25%, auto);
    }
    .three-column-summary {
        display: grid;
        grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto);
    }
    .three-column-release-summary {
        display: grid;
        grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto);
    }
    .four-column-summary {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	SIGIOINT    = syscall.Signal(0x10)
    	SIGIOT      = syscall.Signal(0x6)
    	SIGKAP      = syscall.Signal(0x3c)
    	SIGKILL     = syscall.Signal(0x9)
    	SIGLOST     = syscall.Signal(0x6)
    	SIGMAX      = syscall.Signal(0xff)
    	SIGMAX32    = syscall.Signal(0x3f)
    	SIGMIGRATE  = syscall.Signal(0x23)
    	SIGMSG      = syscall.Signal(0x1b)
    	SIGPIPE     = syscall.Signal(0xd)
    	SIGPOLL     = syscall.Signal(0x17)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

      auto float_op = float_graph->operators()->Get(0);
      // Verify ArgMax input is quantized.
      ASSERT_THAT(float_graph->tensors()->Get(float_op->inputs()->Get(0))->type(),
                  Eq(TensorType_FLOAT32));
      EXPECT_THAT(subgraph->tensors[op->inputs[0]].get()->type,
                  Eq(TensorType_INT8));
    
      // Verify ArgMax input axis should still be the same type.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
  4. tensorflow/cc/gradients/math_grad.cc

      Output s_x = Shape(scope, x);
      Output s_min = Shape(scope, min);
      Output s_max = Shape(scope, max);
    
      Output min_mask = Less(scope, x, min);
      Output max_mask = Greater(scope, x, max);
    
      auto r_min = internal::BroadcastGradientArgs(scope, s_x, s_min);
      auto r_max = internal::BroadcastGradientArgs(scope, s_x, s_max);
    
      Output grad = grad_inputs[0];
      Output zeros = ZerosLike(scope, grad);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  5. plugin/pkg/admission/limitranger/admission_test.go

    			pvc:        validPersistentVolumeClaim("pvc-no-minmax-storage-request", getVolumeResourceRequirements(getStorageResourceList("100Gi"), getStorageResourceList(""))),
    			limitRange: createLimitRange(api.LimitTypePersistentVolumeClaim, getStorageResourceList(""), getStorageResourceList(""), api.ResourceList{}, api.ResourceList{}, api.ResourceList{}),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	SIGIOINT    = syscall.Signal(0x10)
    	SIGIOT      = syscall.Signal(0x6)
    	SIGKAP      = syscall.Signal(0x3c)
    	SIGKILL     = syscall.Signal(0x9)
    	SIGLOST     = syscall.Signal(0x6)
    	SIGMAX      = syscall.Signal(0x3f)
    	SIGMAX32    = syscall.Signal(0x3f)
    	SIGMIGRATE  = syscall.Signal(0x23)
    	SIGMSG      = syscall.Signal(0x1b)
    	SIGPIPE     = syscall.Signal(0xd)
    	SIGPOLL     = syscall.Signal(0x17)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        {"RED",
         {"All", "Any", "Min", "Max", "Mean", "Prod", "Sum"}},
              // clang-format on
              {"PWRED",
               {"ArgMax", "ArgMin", "DiagPart", "Softmax",
                "SparseSoftmaxCrossEntropyWithLogits", "LogSoftmax"}},
              {"REDUCEWINDOW",
               {"ArgMax", "ArgMin", "DiagPart", "Softmax",
                "SparseSoftmaxCrossEntropyWithLogits", "LogSoftmax"}},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

        (replaceWithValue $input),
        [(IsTailOfShape $input, $output),
         (IsTailOfShape $output, $input)]>;
    }
    
    // Remove (log-)softmax before arg-minmax as (log-)softmax is monotonic.
    foreach ArgMinMaxOp = [TFL_ArgMinOp, TFL_ArgMaxOp] in {
      def RemoveSoftmaxOpBefore#ArgMinMaxOp : Pat<
        (ArgMinMaxOp (TFL_SoftmaxOp:$softmax $logits, TFL_FloatNonNegative:$beta),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      // operands from tflite op name.
      // Also, since the above code special-handles the `tfl.reshape` op and add an
      // additional input, we put these function block here.
      llvm::MinMax input_min_max = mlir::OperandNumbersMinMax(op_name);
      int input_max_num = input_min_max.Max;
      int op_input_num = op_state.operands.size();
      if (input_max_num != 0 && input_max_num > op_input_num) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top