Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc286 static Status PutValueIntoTensor(const int64 value, const DataType& type, in PutValueIntoTensor() function
307 TF_RETURN_IF_ERROR(PutValueIntoTensor(shp.dim_size(i), type, i, tensor)); in ConvertShapeToConstant()
315 TF_RETURN_IF_ERROR(PutValueIntoTensor(size, type, 0, tensor)); in ConvertShapeToConstant()
319 TF_RETURN_IF_ERROR(PutValueIntoTensor(shp.dims(), type, 0, tensor)); in ConvertShapeToConstant()