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

  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
routing_function_op.cc 90 const Tensor& tree_biases_tensor = context->input(2); variable
114 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
routing_gradient_op.cc 95 const Tensor& tree_biases_tensor = context->input(2); variable
112 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
hard_routing_function_op.cc 99 const Tensor& tree_biases_tensor = context->input(2); variable
135 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
k_feature_gradient_op.cc 97 const Tensor& tree_biases_tensor = context->input(2); variable
139 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
k_feature_routing_function_op.cc 105 const Tensor& tree_biases_tensor = context->input(2); variable
129 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
stochastic_hard_routing_function_op.cc 110 const Tensor& tree_biases_tensor = context->input(2); variable
145 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();
stochastic_hard_routing_gradient_op.cc 121 const Tensor& tree_biases_tensor = context->input(2); variable
173 const auto tree_biases = tree_biases_tensor.tensor<float, 1>();

Completed in 76 milliseconds