/external/python/pyyaml/lib/yaml/ |
D | constructor.py | 138 for key_node, value_node in node.value: 143 value = self.construct_object(value_node, deep=deep) 153 for key_node, value_node in node.value: 155 value = self.construct_object(value_node, deep=deep) 175 for key_node, value_node in node.value: 177 return self.construct_scalar(value_node) 184 key_node, value_node = node.value[index] 187 if isinstance(value_node, MappingNode): 188 self.flatten_mapping(value_node) 189 merge.extend(value_node.value) [all …]
|
/external/cronet/stable/net/test/spawned_test_server/ |
D | local_test_server.cc | 25 const base::Value& value_node, in AppendArgumentFromJSONValue() argument 28 switch (value_node.type()) { in AppendArgumentFromJSONValue() 34 base::NumberToString(value_node.GetInt())); in AppendArgumentFromJSONValue() 38 if (!value_node.is_string()) in AppendArgumentFromJSONValue() 40 const std::string value = value_node.GetString(); in AppendArgumentFromJSONValue()
|
/external/cronet/tot/net/test/spawned_test_server/ |
D | local_test_server.cc | 25 const base::Value& value_node, in AppendArgumentFromJSONValue() argument 28 switch (value_node.type()) { in AppendArgumentFromJSONValue() 34 base::NumberToString(value_node.GetInt())); in AppendArgumentFromJSONValue() 38 if (!value_node.is_string()) in AppendArgumentFromJSONValue() 40 const std::string value = value_node.GetString(); in AppendArgumentFromJSONValue()
|
/external/executorch/backends/qualcomm/builders/ |
D | op_index_put.py | 53 value_node = node.args[2] 55 value_tensor = self.get_tensor(value_node, node) 58 value_node,
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | trt_convert_api_test.cc | 85 NodeDef value_node; in GetGraphWithFunction() local 87 value_node = in GetGraphWithFunction() 90 value_node = in GetGraphWithFunction() 99 value_node, in GetGraphWithFunction()
|
/external/pytorch/torchgen/ |
D | yaml_utils.py | 19 for key_node, value_node in node.value:
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | sparse_tensor_slice_dataset_op.cc | 73 Node* value_node; in AsGraphDefInternal() local 74 TF_RETURN_IF_ERROR(b->AddTensor(sparse_tensor_.values(), &value_node)); in AsGraphDefInternal() 84 b->AddDataset(this, {indices_node, value_node, dense_shape_node}, in AsGraphDefInternal()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_analysis.cpp | 299 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local 302 if (value_node->IsCantCompute()) in AnalyzePhiInstruction() 308 phi_node->AddOffset(value_node); in AnalyzePhiInstruction() 311 if (value_node->GetType() != SENode::Add) in AnalyzePhiInstruction() 316 SENode* operand_1 = value_node->GetChild(0); in AnalyzePhiInstruction() 317 SENode* operand_2 = value_node->GetChild(1); in AnalyzePhiInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | scalar_analysis.cpp | 299 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local 302 if (value_node->IsCantCompute()) in AnalyzePhiInstruction() 308 phi_node->AddOffset(value_node); in AnalyzePhiInstruction() 311 if (value_node->GetType() != SENode::Add) in AnalyzePhiInstruction() 316 SENode* operand_1 = value_node->GetChild(0); in AnalyzePhiInstruction() 317 SENode* operand_2 = value_node->GetChild(1); in AnalyzePhiInstruction()
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | scalar_analysis.cpp | 299 SENode* value_node = AnalyzeInstruction(value_inst); in AnalyzePhiInstruction() local 302 if (value_node->IsCantCompute()) in AnalyzePhiInstruction() 308 phi_node->AddOffset(value_node); in AnalyzePhiInstruction() 311 if (value_node->GetType() != SENode::Add) in AnalyzePhiInstruction() 316 SENode* operand_1 = value_node->GetChild(0); in AnalyzePhiInstruction() 317 SENode* operand_2 = value_node->GetChild(1); in AnalyzePhiInstruction()
|
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | codegen.py | 168 value_node = self.generate_expression() 170 node = gast.Assign(targets=[target_node], value=value_node)
|
/external/angle/build/gn_ast/ |
D | gn_ast.py | 214 value_node = _unwrap(value) 222 'child': [id_node, value_node],
|
/external/cronet/stable/build/gn_ast/ |
D | gn_ast.py | 214 value_node = _unwrap(value) 222 'child': [id_node, value_node],
|
/external/cronet/tot/build/gn_ast/ |
D | gn_ast.py | 214 value_node = _unwrap(value) 222 'child': [id_node, value_node],
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | templates_test.py | 334 value_node = templates.replace(template, bar=replacement)[0].value 335 self.assertExpectedCtxSet(value_node, gast.Load)
|
/external/pytorch/tools/ |
D | gen_vulkan_spv.py | 127 for key_node, value_node in node.value: 146 value = self.construct_object(value_node, deep=deep) # type: ignore[no-untyped-call]
|
/external/executorch/backends/vulkan/runtime/ |
D | gen_vulkan_spv.py | 417 for key_node, value_node in node.value: 436 value = self.construct_object(value_node, deep=deep) # type: ignore[no-untyped-call]
|
/external/icing/icing/query/advanced_query_parser/ |
D | query-visitor_test.cc | 696 auto value_node = std::make_unique<TextNode>("3", query.substr(0, 1)); in TEST_P() local 699 args.push_back(std::move(value_node)); in TEST_P()
|
/external/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1970 const struct dxil_mdnode *value_node) in emit_tag() argument 1973 if (!tag_node || !value_node) in emit_tag() 1977 ctx->shader_property_nodes[ctx->num_shader_property_nodes++] = value_node; in emit_tag()
|