Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dsame_shape_propagation.cc67 union ValueOrConstStorage { union
68 explicit ValueOrConstStorage(Value v) : value(v) {} in ValueOrConstStorage() function
69 explicit ValueOrConstStorage(size_t c) : constant(c) {} in ValueOrConstStorage() function