OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:routing_tensor
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
routing_gradient_op.cc
96
const Tensor&
routing_tensor
= context->input(3);
variable
113
const auto routes =
routing_tensor
.tensor<float, 2>();
k_feature_gradient_op.cc
98
const Tensor&
routing_tensor
= context->input(3);
variable
140
const auto routes =
routing_tensor
.tensor<float, 2>();
Completed in 170 milliseconds