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.cc1124 #define SET_TENSOR_VAL_CASE(DTYPE, TYPE, NAME) \ macro
1142 SET_TENSOR_VAL_CASE(DT_FLOAT, float, float); in CreateConstantTensorAttrValue()
1143 SET_TENSOR_VAL_CASE(DT_DOUBLE, double, double); in CreateConstantTensorAttrValue()
1144 SET_TENSOR_VAL_CASE(DT_INT64, int64, int64); in CreateConstantTensorAttrValue()
1145 SET_TENSOR_VAL_CASE(DT_UINT64, int64, int64); in CreateConstantTensorAttrValue()
1146 SET_TENSOR_VAL_CASE(DT_INT32, int32, int); in CreateConstantTensorAttrValue()
1147 SET_TENSOR_VAL_CASE(DT_UINT32, int32, int); in CreateConstantTensorAttrValue()
1148 SET_TENSOR_VAL_CASE(DT_INT16, int32, int); in CreateConstantTensorAttrValue()
1149 SET_TENSOR_VAL_CASE(DT_UINT16, int32, int); in CreateConstantTensorAttrValue()
1150 SET_TENSOR_VAL_CASE(DT_INT8, int32, int); in CreateConstantTensorAttrValue()
[all …]