Home
last modified time | relevance | path

Searched refs:ResourceUpdate (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h229 struct ResourceUpdate { struct
274 std::vector<ResourceUpdate> resource_updates;
Dxla_compiler.cc168 std::vector<XlaCompiler::ResourceUpdate>* resource_updates, in BuildComputation()
273 XlaCompiler::ResourceUpdate& update = resource_updates->back(); in BuildComputation()
Dxla_compiler_test.cc764 const XlaCompiler::ResourceUpdate& update = result.resource_updates[0]; in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc114 for (const XlaCompiler::ResourceUpdate& update : result->resource_updates) { in Compile()
262 const XlaCompiler::ResourceUpdate& update = result->resource_updates[i]; in Compile()
Dcase_op.cc113 for (const XlaCompiler::ResourceUpdate& update : result->resource_updates) { in Compile()
274 const XlaCompiler::ResourceUpdate& update = result.resource_updates[i]; in Compile()
Dwhile_op.cc349 const XlaCompiler::ResourceUpdate& update = body.resource_updates[i]; in Compile()
554 const XlaCompiler::ResourceUpdate& update = body.resource_updates[i]; in Compile()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc390 const XlaCompiler::ResourceUpdate& write = kernel->resource_updates[i]; in PopulateOutputs()
412 const XlaCompiler::ResourceUpdate& write = kernel->resource_updates[i]; in PopulateOutputs()