Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dcc_implementations.cc33 bool HasType(const AnyPtrList &list) { in HasType() function
39 if (HasType<double>(list)) { in InferType()
41 } else if (HasType<float>(list)) { in InferType()
43 } else if (HasType<int64_t>(list)) { in InferType()
45 } else if (HasType<int>(list)) { in InferType()
Dops_front_infer_function.cc656 REGISTER_PRIMITIVE_FRONT_EVAL_IMPL(HasType, prim::kPrimHasType, InferImplHasType, nullptr);
/third_party/boost/boost/proto/transform/
Dmake.hpp50 template<typename T, bool HasType = mpl::aux::has_type<T>::value>
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs362 if (Proto.HasType) in CrossLink()
DDescriptor.cs2268 public bool HasType { property in Google.Protobuf.Reflection.FieldDescriptorProto
2512 if (HasType) hash ^= Type.GetHashCode(); in GetHashCode()
2552 if (HasType) { in WriteTo()
2605 if (HasType) { in IBufferMessage.InternalWriteTo()
2651 if (HasType) { in CalculateSize()
2695 if (other.HasType) { in MergeFrom()
/third_party/typescript/src/compiler/
Dutilities.ts1510 return node === (parent as HasType).type;
4638 const type = (node as HasType).type;
4644 return (node as HasType).type;
Dtypes.ts920 export type HasType = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1655 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts577 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias
Dtsserverlibrary.d.ts577 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias
/third_party/typescript/lib/
DtypescriptServices.d.ts568 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias
Dtypescript.d.ts568 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias
Dtsserverlibrary.d.ts568 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias