Searched defs:VariantValue (Results 1 – 4 of 4) sorted by relevance
40 struct VariantValue { struct41 string TypeName() const { return "TEST VariantValue"; } in TypeName()42 static Status CPUZerosLikeFn(OpKernelContext* ctx, const VariantValue& v, in CPUZerosLikeFn()50 static Status GPUZerosLikeFn(OpKernelContext* ctx, const VariantValue& v, in GPUZerosLikeFn()58 static Status CPUAddFn(OpKernelContext* ctx, const VariantValue& a, in CPUAddFn()66 static Status GPUAddFn(OpKernelContext* ctx, const VariantValue& a, in GPUAddFn()74 static Status CPUToGPUCopyFn( in CPUToGPUCopyFn()81 bool early_exit;82 int value;
28 abstract class VariantValue extends Value { class32 VariantValue(EscapeMode escapeMode, boolean partiallyEscaped) { in VariantValue() method in VariantValue
244 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { in VariantValue() function in clang::ast_matchers::dynamic::VariantValue248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { in VariantValue() function in clang::ast_matchers::dynamic::VariantValue252 VariantValue::VariantValue(StringRef String) : Type(VT_Nothing) { in VariantValue() function in clang::ast_matchers::dynamic::VariantValue256 VariantValue::VariantValue(const VariantMatcher &Matcher) : Type(VT_Nothing) { in VariantValue() function in clang::ast_matchers::dynamic::VariantValue
249 VariantValue() : Type(VT_Nothing) {} in VariantValue() function