/external/tensorflow/tensorflow/core/framework/ |
D | op_segment_test.cc | 64 OpSegment::CreateKernelFn GetFn(const NodeDef* ndef) { in GetFn() 85 auto* ndef = &float_nodedefs_[i]; in TEST_F() local 136 const auto& ndef = int32_nodedefs_[0]; in TEST_F() local
|
D | op_kernel_test.cc | 216 NodeDef ndef = CreateNodeDef("Test1", {DT_FLOAT, DT_INT32}); in TEST_F() local 229 NodeDef ndef = in TEST_F() local 244 NodeDef ndef = in TEST_F() local 259 NodeDef ndef = CreateNodeDef("Test3", {DT_INT8, DT_INT8}); in TEST_F() local 268 NodeDef ndef = CreateNodeDef("Test3", {DT_FLOAT, DT_FLOAT}); in TEST_F() local 276 NodeDef ndef = CreateNodeDef("Test3", {DT_STRING, DT_STRING}); in TEST_F() local 284 NodeDef ndef = CreateNodeDef("Test4", {DT_FLOAT}); in TEST_F() local 294 NodeDef ndef = CreateNodeDef("Test5", {DT_STRING, DT_STRING}); in TEST_F() local 672 const NodeDef ndef = CreateNodeDef("DuplicateKernel", {}); in TEST_F() local 691 const NodeDef ndef = in TEST_F() local [all …]
|
D | memory_types.cc | 83 const DeviceType& device_type, const NodeDef& ndef, in MemoryTypesForNode()
|
D | function_test.cc | 1281 NodeDef ndef; in TEST() local 1312 NodeDef ndef; in TEST() local 1337 NodeDef ndef; in TEST() local 1457 NodeDef* ndef = fdef2.add_node_def(); in TEST() local
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | colocation_test.cc | 28 bool VerifyNodeHasColocation(const NodeDef& ndef, const string& coloc) { in VerifyNodeHasColocation() 45 NodeDef ndef; in TEST() local
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.h | 66 int ndef) in wpas_ap_wps_nfc_handover_sel()
|
D | nfc_pw_token.c | 41 struct wpabuf *buf = NULL, *ndef = NULL; in main() local
|
D | wps_supplicant.c | 2164 int ndef, const char *uuid) in wpas_wps_er_nfc_config_token() 2287 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_network_config_token() 2313 int ndef, const char *id_str) in wpas_wps_nfc_config_token() 2339 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef) in wpas_wps_nfc_token() 2541 int ndef) in wpas_wps_nfc_handover_req() 2569 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_er_nfc_handover_sel() 2625 int ndef, int cr, const char *uuid) in wpas_wps_nfc_handover_sel()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | gradients.cc | 79 NodeDef ndef; in AddZerosLike() local 89 NodeDef ndef; in AddZerosLike() local 107 NodeDef ndef; in AddSymGrad() local 318 NodeDef ndef; in SumGradients() local
|
D | function_utils.cc | 53 NodeDef ndef; in AddNoOp() local 64 NodeDef ndef; in AddIdentity() local 314 NodeDef* ndef = gdef->add_node(); in ToGraphDef() local
|
D | inline_function_utils.cc | 99 NodeDef ndef; in AddNoOp() local 110 NodeDef ndef; in AddIdentity() local 598 NodeDef ndef = n->def(); in InlineFunctionBody() local
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device_test.cc | 109 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceInit() local 130 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceRun() local
|
D | kernel_and_device.cc | 101 const NodeDef& ndef, in Init() 134 const NodeDef& ndef, in InstantiateFunc() 224 const NodeDef& ndef, in Init()
|
D | mkl_eager_op_rewrite.cc | 246 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteConv2D() local 254 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteFusedBatchNormV3() local
|
D | shape_inference.cc | 28 Status RunShapeInference(const NodeDef& ndef, in RunShapeInference()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 132 int i, seqcontlen, seqlen, ndef = 1; in ASN1_item_ex_i2d() local 262 int i, ret, flags, ttag, tclass, ndef; in asn1_template_ex_i2d() local 490 int ndef = 0; in asn1_i2d_ex_primitive() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/ |
D | node_expansion_pass.cc | 63 const NodeDef& ndef = orig_op->MutableAttrs()->BuildNodeDef(); in Run() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 119 for (const NodeDef& ndef : gdef.node()) { in CheckLoopConstruction() local 401 for (const NodeDef& ndef : gdef.node()) { in TEST_F() local 435 NodeDef ndef; in TEST_F() local 515 for (const NodeDef& ndef : gdef.node()) { in TEST_F() local
|
D | mkl_graph_util.h | 106 bool inline Check5DFormat(const NodeDef& ndef) { in Check5DFormat()
|
D | graph_partition.cc | 828 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local 846 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local 931 NodeDef* ndef = gdef->mutable_node(n); in AddControlEdges() local 947 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_execute_node.h | 44 const NodeDef& ndef, FunctionLibraryDefinition* lib_def, in RemoteExecuteNode()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_kernel_creator.cc | 39 static bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef, in IsCompilable()
|
D | partially_decluster_pass.cc | 137 NodeDef ndef = n->def(); in PartiallyDeclusterNode() local
|
/external/tensorflow/tensorflow/core/util/ |
D | equal_graph_def.cc | 236 uint64 NodeDefHash(const NodeDef& ndef, const EqualGraphDefOptions& options) { in NodeDefHash()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build() 672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
|