Searched refs:bnode (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | decision_node_evaluator.cc | 23 const decision_trees::BinaryNode& bnode = node.binary_node(); in CreateDecisionNodeEvaluator() local 24 return CreateBinaryDecisionNodeEvaluator(bnode, bnode.left_child_id().value(), in CreateDecisionNodeEvaluator() 25 bnode.right_child_id().value()); in CreateDecisionNodeEvaluator() 29 const decision_trees::BinaryNode& bnode, int32 left, int32 right) { in CreateBinaryDecisionNodeEvaluator() argument 30 if (bnode.has_inequality_left_child_test()) { in CreateBinaryDecisionNodeEvaluator() 31 const auto& test = bnode.inequality_left_child_test(); in CreateBinaryDecisionNodeEvaluator() 41 if (bnode.custom_left_child_test().UnpackTo(&test)) { in CreateBinaryDecisionNodeEvaluator() 45 LOG(ERROR) << "Unknown split test: " << bnode.DebugString(); in CreateBinaryDecisionNodeEvaluator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill2.ll | 7 …t.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] } 8 %struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill2.ll | 7 …t.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] } 8 %struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill2.ll | 7 …t.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] } 8 %struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double…
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-11-30-handlemove-dbg.ll | 12 %struct.hgstruct.2.29 = type { %struct.bnode.1.28*, [3 x double], double, [3 x double] } 13 …truct.bnode.1.28 = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x do…
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | model_ops.cc | 408 const auto& bnode = node.binary_node(); in Compute() local 409 if (bnode.has_custom_left_child_test()) { in Compute() 411 if (!bnode.custom_left_child_test().UnpackTo(&test)) { in Compute() 419 const auto& test = bnode.inequality_left_child_test(); in Compute()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 1226 struct hfsplus_bheader_record *bnode; in probe_hfsplus() local 1293 bnode = (struct hfsplus_bheader_record *) in probe_hfsplus() 1296 leaf_node_head = blkid_be32(bnode->leaf_head); in probe_hfsplus() 1297 leaf_node_size = blkid_be16(bnode->node_size); in probe_hfsplus() 1298 leaf_node_count = blkid_be32(bnode->leaf_count); in probe_hfsplus()
|