Searched refs:serialized_params (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | model_ops.cc | 40 string serialized_params; in CreateTreeVariableOp() local 41 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in CreateTreeVariableOp() 42 ParseProtoUnlimited(¶m_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(¶m_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(¶m_proto_, serialized_params); in TreePredictionsV4Op() 267 string serialized_params; in TraverseTreeV4Op() local [all …]
|
D | stats_ops.cc | 46 string serialized_params; in CreateFertileStatsVariableOp() local 47 OP_REQUIRES_OK(context, context->GetAttr("params", &serialized_params)); in CreateFertileStatsVariableOp() 48 ParseProtoUnlimited(¶m_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(¶m_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(¶m_proto_, serialized_params); in FertileStatsDeserializeOp() 229 string serialized_params; in ProcessInputOp() local [all …]
|