Home
last modified time | relevance | path

Searched defs:flr (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc72 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run()
110 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate()
116 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate()
123 Status InstantiateAndRun(FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun()
133 FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun()
159 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run()
Dprocess_function_library_runtime.cc148 FunctionLibraryRuntime* flr = GetFLR(device_name); in GetDeviceIncarnation() local
159 FunctionLibraryRuntime* flr = GetFLR(device_name); in GetDeviceContext() local
602 FunctionLibraryRuntime* flr = GetFLR(options.target); in InstantiateMultiDevice() local
814 FunctionLibraryRuntime* flr = GetFLR(options.target); in Instantiate() local
874 FunctionLibraryRuntime* flr = GetFLR(device); in ReleaseMultiDeviceHandle() local
895 FunctionLibraryRuntime* flr = nullptr; in ReleaseHandle() local
923 FunctionLibraryRuntime* flr = nullptr; in Run() local
Dfunction_test.cc169 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run()
207 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate()
213 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate()
220 Status InstantiateAndRun(FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun()
230 FunctionLibraryRuntime* flr, const string& name, in InstantiateAndRun()
257 Status Run(FunctionLibraryRuntime* flr, FunctionLibraryRuntime::Handle handle, in Run()
290 Status InstantiateAndRunViaCallFrameInterface(FunctionLibraryRuntime* flr, in InstantiateAndRunViaCallFrameInterface()
327 std::unique_ptr<Graph> GetFuncBody(FunctionLibraryRuntime* flr, in GetFuncBody()
343 std::unique_ptr<Graph> GetGradBody(FunctionLibraryRuntime* flr, in GetGradBody()
Dprocess_function_library_runtime_test.cc229 FunctionLibraryRuntime* flr = in TEST_F() local
236 FunctionLibraryRuntime* flr = in TEST_F() local
Dfunction.cc1414 FunctionLibraryRuntime& flr, in InstantiateFunctionCall()
/external/tensorflow/tensorflow/compiler/jit/
Dcreate_xla_launch_op.cc68 Status CompilationRequested(const FunctionLibraryRuntime& flr, in CompilationRequested()
114 Status GetBodyAndConstantsAndResources(FunctionLibraryRuntime* flr, in GetBodyAndConstantsAndResources()
153 Status CreateXlaLaunchOp(FunctionLibraryRuntime* flr, const NodeDef& node_def, in CreateXlaLaunchOp()
Dextract_outside_compilation_pass.cc1279 const std::map<string, int>& host_compute_core, FunctionLibraryRuntime* flr, in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
1589 const std::map<string, int>& host_compute_core, FunctionLibraryRuntime* flr, in ExtractOutsideCompilationForFunction()
1719 FunctionLibraryRuntime* flr, FunctionLibraryDefinition* fld) { in ExtractOutsideCompilation()
Dmark_for_compilation_pass.cc653 bool IsCompilable(FunctionLibraryRuntime* flr, const NodeDef& ndef) { in IsCompilable()
Dextract_outside_compilation_pass_test.cc251 auto flr = pflr_->GetFLR("/job:localhost/replica:0/task:0/cpu:0"); in ExtractOutsideCompilationTest() local
Dencapsulate_subgraphs_pass.cc2567 FunctionLibraryRuntime* flr = in Run() local
Dencapsulate_subgraphs_pass_test.cc514 auto flr = pflr->GetFLR("/job:localhost/replica:0/task:0/cpu:0"); in Encapsulate() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h66 FunctionLibraryRuntime* flr, in KernelAndDevice()
134 FunctionLibraryRuntime* flr, in KernelAndDeviceOp()
194 FunctionLibraryRuntime* flr, ProcessFunctionLibraryRuntime* pflr, in KernelAndDeviceFunc()
Dexecute.cc419 FunctionLibraryRuntime* flr = in EagerLocalExecute() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc98 FunctionLibraryDefinition* fld, FunctionLibraryRuntime* flr, in FunctionalizeControlFlowForFunction()
242 FunctionLibraryRuntime* flr = in Run() local
Dtf2xla_util.h151 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles()
Dtf2xla_util_test.cc296 FunctionLibraryRuntime* flr = in TEST() local
/external/u-boot/drivers/i2c/
Dat91_i2c.h50 u32 flr; member
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc133 FunctionLibraryRuntime* flr = pflr->GetFLR(cpu_device->name()); in OptimizeGraph() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp647 double flr = floor(unionArray[i].getDConst()); in fold() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c202 int flr; in wrap_nearest_mirror_repeat() local
334 int flr; in wrap_linear_mirror_repeat() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc1159 FunctionLibraryRuntime* flr = ctx->mutable_function_library_runtime(); in InlineSymbolicGradient() local
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c212 const GLint flr = IFLOOR(s); in linear_texel_locations() local
340 const GLint flr = IFLOOR(s); in nearest_texel_location() local
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2161 tensorflow::FunctionLibraryRuntime* flr; in InlineAllFunctions() local