Searched refs:output_config_t (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/tensor_forest/ |
D | resource_ops.cc | 63 Tensor* output_config_t = nullptr; in Compute() local 65 context, context->allocate_output(0, TensorShape(), &output_config_t)); in Compute() 66 output_config_t->scalar<string>()() = in Compute()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | model_ops.cc | 100 Tensor* output_config_t = nullptr; in Compute() local 102 context, context->allocate_output(1, TensorShape(), &output_config_t)); in Compute() 103 output_config_t->scalar<string>()() = in Compute()
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | model_ops.cc | 84 Tensor* output_config_t = nullptr; in Compute() local 86 context, context->allocate_output(0, TensorShape(), &output_config_t)); in Compute() 87 output_config_t->scalar<string>()() = in Compute()
|
D | stats_ops.cc | 95 Tensor* output_config_t = nullptr; in Compute() local 97 context, context->allocate_output(0, TensorShape(), &output_config_t)); in Compute() 101 output_config_t->scalar<string>()() = stats.SerializeAsString(); in Compute()
|