Home
last modified time | relevance | path

Searched defs:InlineValue (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dvariant.h387 struct InlineValue { struct
393 alignas(kMaxInlineValueAlignSize) ValueDataArray value_data; argument
401 explicit InlineValue(Tag<VT> /*tag*/, Args&&... args) noexcept { in InlineValue() function
406 InlineValue(const InlineValue& other) noexcept { in InlineValue() argument
410 InlineValue(InlineValue&& other) noexcept { in InlineValue() argument
416 InlineValue& operator=(const InlineValue& other) { argument
442 ~InlineValue() { ResetMemory(); } in ~InlineValue() argument