Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 258 for set_type (0.38 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

                else -> null
            }
        }
    
        private fun ConstantValueKind.toLiteralExpression(source: KtSourceElement?, value: Any?): FirLiteralExpression =
            buildLiteralExpression(source, this, value, setType = false)
    
        private fun FirFunctionCall.getOriginalFunction(): FirCallableDeclaration? {
            val symbol: FirBasedSymbol<*>? = when (val reference = calleeReference) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 11:53:09 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/convert_control_to_data_outputs.cc

        Value v = arg.get();
        if (!IsResourceType(arg.get().getType())) continue;
        if (alias_analysis.IsUnknownResource(v)) continue;
        for (auto id : alias_analysis.GetResourceUniqueIds(v)) {
          (void)id;
        }
      }
    
      for (auto& arg : op->getOpOperands()) {
        if (!IsResourceType(arg.get().getType())) {
          continue;
        }
        auto lattice =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java

    import static org.objectweb.asm.Type.getType;
    
    @ServiceScope(Scope.Global.class)
    public class NamedObjectInstantiator implements ManagedFactory {
        private static final int FACTORY_ID = Objects.hashCode(Named.class.getName());
        private static final Type OBJECT = getType(Object.class);
        private static final Type STRING = getType(String.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

      auto input_types = fused_func_op_.getFunctionType().getInputs();
      auto output_type = tensorflow::GetTypeFromTFTensorShape(
          output_shape,
          mlir::cast<RankedTensorType>(input_.getType()).getElementType());
      fused_func_op_.setType(mlir::FunctionType::get(fused_func_op_.getContext(),
                                                     input_types, output_type));
    }
    
    LogicalResult ConvertLSTMCellSimpleToFusedLSTM::RewriteFunc() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/walk/builtin.go

    			}
    		case types.TPTR:
    			if n.Type().Elem().NotInHeap() {
    				on = typecheck.LookupRuntime("printuintptr")
    				n = ir.NewConvExpr(base.Pos, ir.OCONV, nil, n)
    				n.SetType(types.Types[types.TUNSAFEPTR])
    				n = ir.NewConvExpr(base.Pos, ir.OCONV, nil, n)
    				n.SetType(types.Types[types.TUINTPTR])
    				break
    			}
    			fallthrough
    		case types.TCHAN, types.TMAP, types.TFUNC, types.TUNSAFEPTR:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 22:35:22 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-asm/src/main/java/org/gradle/model/internal/asm/MethodVisitorScope.java

        private static final String BOXED_BYTE_TYPE = getType(Byte.class).getInternalName();
        private static final String BOXED_SHORT_TYPE = getType(Short.class).getInternalName();
        private static final String BOXED_INT_TYPE = getType(Integer.class).getInternalName();
        private static final String BOXED_LONG_TYPE = getType(Long.class).getInternalName();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 15:31:29 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/scope.go

    func (*lazyObject) order() uint32                      { panic("unreachable") }
    func (*lazyObject) color() color                       { panic("unreachable") }
    func (*lazyObject) setType(Type)                       { panic("unreachable") }
    func (*lazyObject) setOrder(uint32)                    { panic("unreachable") }
    func (*lazyObject) setColor(color color)               { panic("unreachable") }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. src/go/types/scope.go

    func (*lazyObject) order() uint32                      { panic("unreachable") }
    func (*lazyObject) color() color                       { panic("unreachable") }
    func (*lazyObject) setType(Type)                       { panic("unreachable") }
    func (*lazyObject) setOrder(uint32)                    { panic("unreachable") }
    func (*lazyObject) setColor(color color)               { panic("unreachable") }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 20:08:23 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      }
    
      if (auto int_type = mlir::dyn_cast<IntegerType>(etype)) {
        auto out_type = tensorflow::GetTypeFromTFTensorShape(out_shape, etype);
        APInt val(int_type.getWidth(), 0, int_type.getSignedness());
        return DenseElementsAttr::get(out_type, val);
      }
    
      return {};
    }
    
    //===----------------------------------------------------------------------===//
    // EmptyTensorListOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  10. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

            Dependency dependency = new Dependency();
            dependency.setGroupId(groupId);
            dependency.setArtifactId(artifactId);
            dependency.setVersion(version);
            dependency.setType("jar");
            dependency.setScope("compile");
    
            return factory.createDependencyArtifact(dependency);
        }
    
        private MojoExecution newMojoExecution() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 18.6K bytes
    - Viewed (0)
Back to top