Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc1129 Status CreateConstantTensorAttrValue(DataType type, double value, in CreateConstantTensorAttrValue() function
2020 Status s = CreateConstantTensorAttrValue(dtype, value, shape, &tensor_attr); in ReplaceOperationWithConstant()