Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dmodel_ops.cc40 string serialized_params; in CreateTreeVariableOp() local
41 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in CreateTreeVariableOp()
42 ParseProtoUnlimited(&param_proto_, serialized_params); in CreateTreeVariableOp()
97 string serialized_params; in TreeDeserializeOp() local
98 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in TreeDeserializeOp()
99 ParseProtoUnlimited(&param_proto_, serialized_params); in TreeDeserializeOp()
165 string serialized_params; in TreePredictionsV4Op() local
166 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in TreePredictionsV4Op()
167 ParseProtoUnlimited(&param_proto_, serialized_params); in TreePredictionsV4Op()
267 string serialized_params; in TraverseTreeV4Op() local
[all …]
Dstats_ops.cc46 string serialized_params; in CreateFertileStatsVariableOp() local
47 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in CreateFertileStatsVariableOp()
48 ParseProtoUnlimited(&param_proto_, serialized_params); in CreateFertileStatsVariableOp()
84 string serialized_params; in FertileStatsSerializeOp() local
85 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in FertileStatsSerializeOp()
86 ParseProtoUnlimited(&param_proto_, serialized_params); in FertileStatsSerializeOp()
113 string serialized_params; in FertileStatsDeserializeOp() local
114 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in FertileStatsDeserializeOp()
115 ParseProtoUnlimited(&param_proto_, serialized_params); in FertileStatsDeserializeOp()
229 string serialized_params; in ProcessInputOp() local
[all …]