Home
last modified time | relevance | path

Searched defs:ndef (Results 1 – 25 of 46) 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.cc208 NodeDef ndef = CreateNodeDef("Test1", {DT_FLOAT, DT_INT32}); in TEST_F() local
219 NodeDef ndef = CreateNodeDef("Test3", {DT_INT8, DT_INT8}); in TEST_F() local
228 NodeDef ndef = CreateNodeDef("Test3", {DT_FLOAT, DT_FLOAT}); in TEST_F() local
236 NodeDef ndef = CreateNodeDef("Test3", {DT_STRING, DT_STRING}); in TEST_F() local
244 NodeDef ndef = CreateNodeDef("Test4", {DT_FLOAT}); in TEST_F() local
254 NodeDef ndef = CreateNodeDef("Test5", {DT_STRING, DT_STRING}); in TEST_F() local
597 const NodeDef ndef = CreateNodeDef("DuplicateKernel", {}); in TEST_F() local
616 const NodeDef ndef = in TEST_F() local
638 const NodeDef ndef = CreateNodeDef("BadConstraint", {}); in TEST_F() local
Dmemory_types.cc76 const DeviceType& device_type, const NodeDef& ndef, in MemoryTypesForNode()
Dresource_mgr.h320 Status Init(ResourceMgr* rmgr, const NodeDef& ndef) { in Init()
Dfunction_test.cc1275 NodeDef ndef; in TEST() local
1306 NodeDef ndef; in TEST() local
1331 NodeDef ndef; in TEST() local
1451 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.c2129 int ndef, const char *uuid) in wpas_wps_er_nfc_config_token()
2242 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_network_config_token()
2268 int ndef, const char *id_str) in wpas_wps_nfc_config_token()
2294 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef) in wpas_wps_nfc_token()
2496 int ndef) in wpas_wps_nfc_handover_req()
2524 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_er_nfc_handover_sel()
2580 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
309 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.cc801 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local
819 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local
904 NodeDef* ndef = gdef->mutable_node(n); in AddControlEdges() local
920 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc51 NodeDef ndef; in DebugString() local
Dkernel_and_device_test.cc112 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceInit() local
135 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceRun() local
Dkernel_and_device.cc67 Status KernelAndDeviceOp::Init(const NodeDef& ndef, in Init()
80 Status KernelAndDeviceFunc::Init(const NodeDef& ndef, in Init()
/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/common_runtime/
Dfunction.cc95 NodeDef ndef; in AddNoOp() local
106 NodeDef ndef; in AddIdentity() local
125 NodeDef ndef; in AddArg() local
139 NodeDef ndef; in AddRet() local
447 create_kernel_ = [this](const NodeDef& ndef, OpKernel** kernel) { in FunctionLibraryRuntimeImpl()
532 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel()
538 const NodeDef& ndef, const FunctionLibraryDefinition* lib_def, in CreateKernel()
891 OpKernel** kernel) { in CreateItem()
1642 NodeDef ndef = n->def(); in InlineFunctionBody() local
1865 NodeDef* ndef = gdef->add_node(); in ToGraphDef() local
Dkernel_benchmark_testlib.cc81 OpKernel** kernel) { in Benchmark()
Dgraph_runner.cc162 OpKernel** kernel) { in Run()
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.cc236 uint64 NodeDefHash(const NodeDef& ndef, const EqualGraphDefOptions& options) { in NodeDefHash()
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass.cc125 NodeDef ndef = n->def(); in PartiallyDeclusterNode() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc92 for (const auto& ndef : gdef.node()) { in ValidateGraphDefForDevices() local
237 OpKernel** kernel) { in InitItem()
/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/kernels/
Dstage_op.cc179 Status GetBuffer(OpKernelContext* ctx, const NodeDef& ndef, Buffer** buf) { in GetBuffer()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc62 OpKernel** kernel) { in Create()

12