Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 320 for RES (0.02 sec)

  1. internal/grid/manager.go

    func (m *Manager) HostName() string {
    	return m.local
    }
    
    // Targets returns the names of all remote targets.
    func (m *Manager) Targets() []string {
    	var res []string
    	for k := range m.targets {
    		res = append(res, k)
    	}
    	return res
    }
    
    // debugMsg should *only* be used by tests.
    //
    //lint:ignore U1000 This is used by tests.
    func (m *Manager) debugMsg(d debugMsg, args ...any) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/openapi/compiling_test.go

    			})
    			if err != nil {
    				t.Fatal(err)
    			}
    			if ret.Type() != types.BoolType {
    				t.Errorf("bad result type: %v", ret.Type())
    			}
    			if res := ret.Value().(bool); tc.expectEvalResult != res {
    				t.Errorf("expectEvalResult expression evaluates to %v, got %v", tc.expectEvalResult, res)
    			}
    		})
    	}
    
    }
    
    // buildTestEnv sets up an environment that contains two variables, "foo" and
    // "bar".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.td

    // Size(x) = Prod(Shape(x), reduction_indices=0, keep_dims=false)
    def LowerSizeOp : Pat<
      (TF_SizeOp:$res $arg),
      (TF_ProdOp
        (CreateTFShapeOp
          $res,
          $arg,
          (IsI32 $res)
        ),
        /*reduction_indices=*/
        (TF_ConstOp
          (GetScalarOfType<0> $res)
        ),
        /*keep_dims=*/
        ConstBoolAttrFalse
      )>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.td

        The ExecuteOp executes an operation on the specified device.
    
        Example:
          %res = tfrt_fallback_async.executeop key(0) cost(100) device("/CPU:0") "some.op"(%arg) : 1
    
        Note that the trailing number indicates the number of results.
    
        The func attrs and op attrs are placed in two separate regions.
    
        Example:
          %res = tfrt_fallback_async.executeop key(0) device("/CPU:0") "some.op"(%arg)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/default_quant_params.cc

        if (!quant::IsOpQuantizable(op) || op->getParentOfType<TFL::CustomTfOp>()) {
          return;
        }
    
        for (auto res : op->getResults()) {
          if (UsedAsBias(res)) {
            AddToWorkListIfUnquantized(res, &bias_values);
          } else {
            AddToWorkListIfUnquantized(res, &activation_values);
          }
        }
      });
    
      // Apply the default quantization parameters for these activation values.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. security/pkg/server/ca/authenticate/kubeauth/kube_jwt.go

    	if a.clusterID == clusterID || clusterID == "" {
    		return a.kubeClient
    	}
    
    	// secondly try other remote clusters
    	if a.remoteKubeClientGetter != nil {
    		if res := a.remoteKubeClientGetter(clusterID); res != nil {
    			return res
    		}
    	}
    
    	// we did not find the kube client for this cluster.
    	// return nil so that logs will show that this cluster is not available in istiod
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5K bytes
    - Viewed (0)
  7. src/syscall/js/js.go

    	storeArgs(args, argVals, argRefs)
    	res, ok := valueInvoke(v.ref, argRefs)
    	runtime.KeepAlive(v)
    	runtime.KeepAlive(argVals)
    	if !ok {
    		if vType := v.Type(); vType != TypeFunction { // check here to avoid overhead in success case
    			panic(&ValueError{"Value.Invoke", vType})
    		}
    		panic(Error{makeValue(res)})
    	}
    	return makeValue(res)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 14:35:26 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/remove_vars_in_session_initializer.cc

    };
    
    void RecursiveRemove(Operation* op,
                         llvm::SmallVectorImpl<Operation*>& erase_list,
                         llvm::SmallPtrSetImpl<Operation*>& dead_ops) {
      for (mlir::Value res : op->getResults()) {
        for (Operation* user : res.getUsers()) {
          if (!dead_ops.insert(user).second) continue;
          RecursiveRemove(user, erase_list, dead_ops);
        }
      }
    
      erase_list.push_back(op);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. .idea/inspectionProfiles/Gradle.xml

            <constraint name="__context__" within="" contains="" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 13K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/tests/quantize_xla.mlir

      %biasadd = "tf.BiasAdd"(%conv, %dq_bias) {data_format = "NHWC", device = ""} : (tensor<*xf32>, tensor<2xf32>) -> tensor<*xf32>
      %res = "tf.Relu6"(%biasadd) : (tensor<*xf32>) -> tensor<*xf32>
      %q_res = "quantfork.qcast"(%res) : (tensor<*xf32>) -> tensor<*x!quant.uniform<i8:f32, 0.023529411764705882:-128>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:32:28 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top