Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc967 #define SET_TENSOR_VAL_CASE(DTYPE, TYPE, NAME) \ macro
985 SET_TENSOR_VAL_CASE(DT_FLOAT, float, float); in CreateConstantTensorAttrValue()
986 SET_TENSOR_VAL_CASE(DT_DOUBLE, double, double); in CreateConstantTensorAttrValue()
987 SET_TENSOR_VAL_CASE(DT_INT64, int64, int64); in CreateConstantTensorAttrValue()
988 SET_TENSOR_VAL_CASE(DT_UINT64, int64, int64); in CreateConstantTensorAttrValue()
989 SET_TENSOR_VAL_CASE(DT_INT32, int32, int); in CreateConstantTensorAttrValue()
990 SET_TENSOR_VAL_CASE(DT_UINT32, int32, int); in CreateConstantTensorAttrValue()
991 SET_TENSOR_VAL_CASE(DT_INT16, int32, int); in CreateConstantTensorAttrValue()
992 SET_TENSOR_VAL_CASE(DT_UINT16, int32, int); in CreateConstantTensorAttrValue()
993 SET_TENSOR_VAL_CASE(DT_INT8, int32, int); in CreateConstantTensorAttrValue()
[all …]