Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dattribute_utils.h58 bool GetValueAsConstant(Value val, AttrT &attr) { in GetValueAsConstant() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1338 if (GetValueAsConstant(block_shape_val, block_shape_attr) && in inferReturnTypes()
1339 GetValueAsConstant(paddings_val, paddings_attr)) { in inferReturnTypes()