Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc52 const Tensor* stats_config_t; in Compute() local
53 OP_REQUIRES_OK(context, context->input("stats_config", &stats_config_t)); in Compute()
54 OP_REQUIRES(context, TensorShapeUtils::IsScalar(stats_config_t->shape()), in Compute()
58 if (!ParseProtoUnlimited(&stats, stats_config_t->scalar<string>()())) { in Compute()
125 const Tensor* stats_config_t; in Compute() local
126 OP_REQUIRES_OK(context, context->input("stats_config", &stats_config_t)); in Compute()
127 OP_REQUIRES(context, TensorShapeUtils::IsScalar(stats_config_t->shape()), in Compute()
133 ParseProtoUnlimited(&stats, stats_config_t->scalar<string>()()), in Compute()