/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | decision_node_evaluator_test.cc | 41 ASSERT_EQ(eval->Decide(dataset, 2), 0); in TEST() 42 ASSERT_EQ(eval->Decide(dataset, 3), 0); in TEST() 43 ASSERT_EQ(eval->Decide(dataset, 4), 1); in TEST() 58 ASSERT_EQ(eval->Decide(dataset, 2), 0); in TEST() 59 ASSERT_EQ(eval->Decide(dataset, 3), 1); in TEST() 60 ASSERT_EQ(eval->Decide(dataset, 4), 1); in TEST() 75 ASSERT_EQ(eval->Decide(dataset, 2), 1); in TEST() 76 ASSERT_EQ(eval->Decide(dataset, 3), 0); in TEST() 77 ASSERT_EQ(eval->Decide(dataset, 4), 0); in TEST() 92 ASSERT_EQ(eval->Decide(dataset, 2), 1); in TEST() [all …]
|
D | decision_node_evaluator.h | 32 virtual int32 Decide(const std::unique_ptr<TensorDataSet>& dataset, 52 int32 Decide(const std::unique_ptr<TensorDataSet>& dataset, 68 int32 Decide(const std::unique_ptr<TensorDataSet>& dataset, 83 int32 Decide(const std::unique_ptr<TensorDataSet>& dataset,
|
D | decision_node_evaluator.cc | 60 int32 InequalityDecisionNodeEvaluator::Decide( in Decide() function in tensorflow::tensorforest::InequalityDecisionNodeEvaluator 92 int32 ObliqueInequalityDecisionNodeEvaluator::Decide( in Decide() function in tensorflow::tensorforest::ObliqueInequalityDecisionNodeEvaluator 118 int32 MatchingValuesDecisionNodeEvaluator::Decide( in Decide() function in tensorflow::tensorforest::MatchingValuesDecisionNodeEvaluator
|
D | decision-tree-resource.cc | 48 node_evaluators_[current_id]->Decide(input_data, example); in TraverseTree()
|
D | input_data.h | 104 bool Decide(const decision_trees::BinaryNode& node, int example) const;
|
D | input_data.cc | 57 bool TensorDataSet::Decide(const decision_trees::BinaryNode& node, in Decide() function in tensorflow::tensorforest::TensorDataSet
|
D | grow_stats.cc | 190 if (eval->Decide(input_data, example) == LEFT_INDEX) { in AddExample() 869 if (eval->Decide(input_data, example) == LEFT_INDEX) { in AddExample()
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | tree_utils.cc | 577 return Decide(get_dense(i, feature), bias, in DecideNode() 581 return Decide(get_sparse(i, sparse_feature), bias, in DecideNode() 586 bool Decide(float value, float bias, DataColumnTypes type) { in Decide() function
|
D | tree_utils.h | 270 bool Decide(float value, float bias, DataColumnTypes type = kDataFloat);
|
/external/doclava/res/assets/templates-sdk/ |
D | sampleindex.cs | 68 # <p>Decide what to do with this ...</p>
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android | 24 - Decide which test script to use (boot_test.sh or 116 Step 1: Decide where to store each build tree
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage | 24 - Decide which test script to use (boot_test.sh or
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 44 Document the intrinsic. Decide whether it is code generator specific and
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExtendingLLVM.rst | 44 Document the intrinsic. Decide whether it is code generator specific and
|
/external/python/cpython2/Doc/howto/ |
D | pyporting.rst | 282 #. Decide which of your APIs take text and which take binary data
|
/external/python/cpython3/Doc/howto/ |
D | pyporting.rst | 282 #. Decide which of your APIs take text and which take binary data
|
/external/libcxx/include/ |
D | __config | 1294 // Decide whether to use availability macros.
|
/external/openssh/ |
D | configure.ac | 3149 # Decide which sandbox style to use
|
/external/libjpeg-turbo/ |
D | libjpeg.txt | 1498 Decide whether or not to emit a warning or trace message; if so,
|