Home
last modified time | relevance | path

Searched refs:bnode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Ddecision_node_evaluator.cc23 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/
D2009-08-21-PostRAKill2.ll7 …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/
D2009-08-21-PostRAKill2.ll7 …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/
D2009-08-21-PostRAKill2.ll7 …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/
D2012-11-30-handlemove-dbg.ll12 %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/
Dmodel_ops.cc408 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/
Dprobe.c1226 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()