Home
last modified time | relevance | path

Searched defs:ndef (Results 1 – 25 of 50) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dop_segment_test.cc64 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
Dop_kernel_test.cc216 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 …]
Dmemory_types.cc83 const DeviceType& device_type, const NodeDef& ndef, in MemoryTypesForNode()
Dfunction_test.cc1281 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/
Dcolocation_test.cc28 bool VerifyNodeHasColocation(const NodeDef& ndef, const string& coloc) { in VerifyNodeHasColocation()
45 NodeDef ndef; in TEST() local
/external/wpa_supplicant_8/wpa_supplicant/
Dap.h66 int ndef) in wpas_ap_wps_nfc_handover_sel()
Dnfc_pw_token.c41 struct wpabuf *buf = NULL, *ndef = NULL; in main() local
Dwps_supplicant.c2164 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/
Dgradients.cc79 NodeDef ndef; in AddZerosLike() local
89 NodeDef ndef; in AddZerosLike() local
107 NodeDef ndef; in AddSymGrad() local
318 NodeDef ndef; in SumGradients() local
Dfunction_utils.cc53 NodeDef ndef; in AddNoOp() local
64 NodeDef ndef; in AddIdentity() local
314 NodeDef* ndef = gdef->add_node(); in ToGraphDef() local
Dinline_function_utils.cc99 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/
Dkernel_and_device_test.cc109 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceInit() local
130 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceRun() local
Dkernel_and_device.cc101 const NodeDef& ndef, in Init()
134 const NodeDef& ndef, in InstantiateFunc()
224 const NodeDef& ndef, in Init()
Dmkl_eager_op_rewrite.cc246 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteConv2D() local
254 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteFusedBatchNormV3() local
Dshape_inference.cc28 Status RunShapeInference(const NodeDef& ndef, in RunShapeInference()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dtasn_enc.c132 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/
Dnode_expansion_pass.cc63 const NodeDef& ndef = orig_op->MutableAttrs()->BuildNodeDef(); in Run() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc119 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
Dmkl_graph_util.h106 bool inline Check5DFormat(const NodeDef& ndef) { in Check5DFormat()
Dgraph_partition.cc828 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/
Dremote_execute_node.h44 const NodeDef& ndef, FunctionLibraryDefinition* lib_def, in RemoteExecuteNode()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator.cc39 static bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef, in IsCompilable()
Dpartially_decluster_pass.cc137 NodeDef ndef = n->def(); in PartiallyDeclusterNode() local
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.cc236 uint64 NodeDefHash(const NodeDef& ndef, const EqualGraphDefOptions& options) { in NodeDefHash()
/external/wpa_supplicant_8/src/wps/
Dwps_common.c624 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()

12