Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant.h211 return static_cast<Variant::Value<T>*>(inline_value_.AsValueInterface()) in emplace()
407 other.AsValueInterface()->CloneInto(AsValueInterface()); in InlineValue()
411 other.AsValueInterface()->MoveInto(AsValueInterface()); in InlineValue()
414 void ResetMemory() { AsValueInterface()->~ValueInterface(); } in ResetMemory()
419 other.AsValueInterface()->CloneInto(AsValueInterface());
425 if (AsValueInterface()->TypeId() == other.AsValueInterface()->TypeId()) {
426 other.AsValueInterface()->MoveAssign(AsValueInterface());
429 other.AsValueInterface()->MoveInto(AsValueInterface());
434 ValueInterface* AsValueInterface() { in AsValueInterface() function
438 const ValueInterface* AsValueInterface() const { in AsValueInterface() function
[all …]