HomeSort by relevance Sort by last modified time
    Searched refs:output_config_t (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
model_ops.cc 100 Tensor* output_config_t = nullptr; variable
102 context, context->allocate_output(1, TensorShape(), &output_config_t));
103 output_config_t->scalar<string>()() =
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
model_ops.cc 84 Tensor* output_config_t = nullptr; variable
86 context, context->allocate_output(0, TensorShape(), &output_config_t));
87 output_config_t->scalar<string>()() =
stats_ops.cc 95 Tensor* output_config_t = nullptr; variable
97 context, context->allocate_output(0, TensorShape(), &output_config_t));
101 output_config_t->scalar<string>()() = stats.SerializeAsString();

Completed in 111 milliseconds