Home
last modified time | relevance | path

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

123

/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.cc215 NodeDef ndef = CreateNodeDef("Test1", {DT_FLOAT, DT_INT32}); in TEST_F() local
228 NodeDef ndef = in TEST_F() local
243 NodeDef ndef = in TEST_F() local
258 NodeDef ndef = CreateNodeDef("Test3", {DT_INT8, DT_INT8}); in TEST_F() local
267 NodeDef ndef = CreateNodeDef("Test3", {DT_FLOAT, DT_FLOAT}); in TEST_F() local
275 NodeDef ndef = CreateNodeDef("Test3", {DT_STRING, DT_STRING}); in TEST_F() local
283 NodeDef ndef = CreateNodeDef("Test4", {DT_FLOAT}); in TEST_F() local
293 NodeDef ndef = CreateNodeDef("Test5", {DT_STRING, DT_STRING}); in TEST_F() local
729 const NodeDef ndef = CreateNodeDef("DuplicateKernel", {}); in TEST_F() local
748 const NodeDef ndef = in TEST_F() local
[all …]
Dmemory_types.cc82 const DeviceType& device_type, const NodeDef& ndef, in MemoryTypesForNode()
Dfunction_test.cc1271 NodeDef ndef; in TEST() local
1302 NodeDef ndef; in TEST() local
1327 NodeDef ndef; in TEST() local
1447 NodeDef* ndef = fdef2.add_node_def(); 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/grappler/utils/
Dcolocation_test.cc28 bool VerifyNodeHasColocation(const NodeDef& ndef, const string& coloc) { in VerifyNodeHasColocation()
45 NodeDef ndef; in TEST() local
/external/tensorflow/tensorflow/core/graph/
Dgradients.cc78 NodeDef ndef; in AddZerosLike() local
88 NodeDef ndef; in AddZerosLike() local
106 NodeDef ndef; in AddSymGrad() local
317 NodeDef ndef; in SumGradients() local
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
Dgraph_partition.cc826 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local
844 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local
929 NodeDef* ndef = gdef->mutable_node(n); in AddControlEdges() local
945 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device_test.cc114 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceInit() local
137 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceRun() local
Dshape_inference.cc28 Status RunShapeInference(const NodeDef& ndef, in RunShapeInference()
Dkernel_and_device.cc93 Status KernelAndDeviceOp::Init(const NodeDef& ndef, in Init()
118 Status KernelAndDeviceFunc::InstantiateFunc(const NodeDef& ndef, in InstantiateFunc()
200 Status KernelAndDeviceFunc::Init(const NodeDef& ndef, in Init()
Deager_operation.cc174 NodeDef ndef; in DebugString() local
Dmkl_eager_op_rewrite.cc234 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteConv2D() local
/external/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/core/distributed_runtime/eager/
Dremote_execute_node.h40 EagerClient* eager_client, const NodeDef& ndef, in RemoteExecuteNode()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc99 NodeDef ndef; in AddNoOp() local
110 NodeDef ndef; in AddIdentity() local
125 NodeDef ndef; in AddArg() local
139 NodeDef ndef; in AddRet() local
479 create_kernel_ = [this](const NodeDef& ndef, OpKernel** kernel) { in FunctionLibraryRuntimeImpl()
592 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel()
597 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel()
956 params.create_kernel = [this, flr](const NodeDef& ndef, OpKernel** kernel) { in CreateItem()
1966 NodeDef ndef = n->def(); in InlineFunctionBody() local
2290 NodeDef* ndef = gdef->add_node(); in ToGraphDef() local
Dkernel_benchmark_testlib.cc88 OpKernel** kernel) { in Benchmark()
Dgraph_runner.cc161 OpKernel** kernel) { in Run()
/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()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc94 for (const auto& ndef : gdef.node()) { in ValidateGraphDefForDevices() local
237 OpKernel** kernel) { in InitItem()
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass.cc137 NodeDef ndef = n->def(); in PartiallyDeclusterNode() local

123