Home
last modified time | relevance | path

Searched refs:flr (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dcreate_xla_launch_op.cc35 Status CreateXlaLaunchOp(FunctionLibraryRuntime* flr, const NodeDef& ndef, in CreateXlaLaunchOp() argument
38 if (!flr->GetFunctionLibraryDefinition() in CreateXlaLaunchOp()
47 if (!IsCompilable(flr, ndef)) { in CreateXlaLaunchOp()
55 flr->Instantiate(ndef.op(), AttrSlice(&ndef.attr()), &handle)); in CreateXlaLaunchOp()
56 const FunctionBody* fbody = flr->GetFunctionBody(handle); in CreateXlaLaunchOp()
73 launch_def.set_device(flr->device()->name()); in CreateXlaLaunchOp()
89 Device* dev = flr->device(); in CreateXlaLaunchOp()
94 &fbody->fdef.signature(), flr, fbody->arg_types, input_memory_types, in CreateXlaLaunchOp()
95 fbody->ret_types, output_memory_types, flr->graph_def_version(), &s); in CreateXlaLaunchOp()
Dmark_for_compilation_pass.h55 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef);
Dmark_for_compilation_pass.cc286 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef) { in IsCompilable() argument
287 Device* device = flr->device(); in IsCompilable()
292 return IsCompilableCall(ndef, jit_device_type, 0, flr); in IsCompilable()
Dencapsulate_subgraphs_pass.cc2052 FunctionLibraryRuntime* flr = in Run() local
2055 auto rewrite_subgraph = [flr](std::unique_ptr<Graph>* subgraph, in Run()
2060 OptimizeGraph(flr, subgraph); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc122 FunctionLibraryRuntime* flr = in TEST_F() local
124 EXPECT_NE(flr, nullptr); in TEST_F()
129 FunctionLibraryRuntime* flr = in TEST_F() local
131 EXPECT_NE(flr, nullptr); in TEST_F()
132 EXPECT_EQ(flr->device(), devices_[0]); in TEST_F()
133 flr = proc_flr_->GetFLR("/job:a/replica:0/task:0/device:CPU:0"); in TEST_F()
134 EXPECT_NE(flr, nullptr); in TEST_F()
135 EXPECT_EQ(flr->device(), devices_[0]); in TEST_F()
136 flr = proc_flr_->GetFLR("/device:CPU:0"); in TEST_F()
137 EXPECT_NE(flr, nullptr); in TEST_F()
[all …]
Dprocess_function_library_runtime.cc113 FunctionLibraryRuntime* flr = GetFLR(device_name); in GetDeviceIncarnation() local
114 if (flr == nullptr) { in GetDeviceIncarnation()
117 *incarnation = flr->device()->attributes().incarnation(); in GetDeviceIncarnation()
124 FunctionLibraryRuntime* flr = GetFLR(device_name); in GetDeviceContext() local
125 if (flr == nullptr) { in GetDeviceContext()
128 Device* device = flr->device(); in GetDeviceContext()
132 auto* dev_info = flr->device()->tensorflow_gpu_device_info(); in GetDeviceContext()
219 FunctionLibraryRuntime* flr = GetFLR(options.target); in Instantiate() local
220 if (flr != nullptr) { in Instantiate()
221 return flr->Instantiate(function_name, attrs, options, handle); in Instantiate()
[all …]
Dfunction_test.cc159 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run() argument
173 flr->Run(opts, handle, args, &out, [&status, &done](const Status& s) { in Run()
191 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() argument
194 return flr->Instantiate(name, attrs, handle); in Instantiate()
197 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() argument
201 return flr->Instantiate(name, attrs, options, handle); in Instantiate()
204 Status InstantiateAndRun(FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun() argument
208 return InstantiateAndRun(flr, name, attrs, in InstantiateAndRun()
214 FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun() argument
219 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun()
[all …]
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Dhandlefiletransferrequest.c282 msg.flr.dirNameSize = Swap16IfLE(msg.flr.dirNameSize); in HandleFileListRequest()
283 if ((msg.flr.dirNameSize == 0) || in HandleFileListRequest()
284 (msg.flr.dirNameSize > (PATH_MAX - 1))) { in HandleFileListRequest()
292 if((n = rfbReadExact(cl, path, msg.flr.dirNameSize)) <= 0) { in HandleFileListRequest()
310 fileListMsg = GetFileListResponseMsg(path, (char) (msg.flr.flags)); in HandleFileListRequest()
Drfbtightproto.h382 rfbFileListRequestMsg flr; member
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc122 FunctionLibraryRuntime* flr = pflr->GetFLR(devices[0]->name()); in OptimizeGraph() local
135 optimizer.Optimize(flr, env, devices[0], &graphptr, /*shape_map=*/nullptr); in OptimizeGraph()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c212 const GLint flr = IFLOOR(s); in linear_texel_locations() local
213 if (flr & 1) in linear_texel_locations()
214 u = 1.0F - (s - (GLfloat) flr); in linear_texel_locations()
216 u = s - (GLfloat) flr; in linear_texel_locations()
340 const GLint flr = IFLOOR(s); in nearest_texel_location() local
342 if (flr & 1) in nearest_texel_location()
343 u = 1.0F - (s - (GLfloat) flr); in nearest_texel_location()
345 u = s - (GLfloat) flr; in nearest_texel_location()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c202 int flr; in wrap_nearest_mirror_repeat() local
206 flr = util_ifloor(s); in wrap_nearest_mirror_repeat()
208 if (flr & 1) in wrap_nearest_mirror_repeat()
334 int flr; in wrap_linear_mirror_repeat() local
338 flr = util_ifloor(s); in wrap_linear_mirror_repeat()
340 if (flr & 1) in wrap_linear_mirror_repeat()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dimport_tensorflow.cc1793 tensorflow::FunctionLibraryRuntime* flr; in InlineAllFunctions() local
1794 flr = pflr.GetFLR("/job:localhost/replica:0/task:0/cpu:0"); in InlineAllFunctions()
1809 while (tensorflow::ExpandInlineFunctions(flr, &graph)) { in InlineAllFunctions()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c229 LLVMValueRef fract, flr, isOdd; in lp_build_coord_mirror() local
231 lp_build_ifloor_fract(coord_bld, coord, &flr, &fract); in lp_build_coord_mirror()
238 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, ""); in lp_build_coord_mirror()
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt351 flr{"flr_Latn_ZZ"}
DsupplementalData.txt5024 "flr",