Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/
Dgraph-resource.mlir27 // CHECK-NEXT: // ResourceUpdate input_index=1 type=float shape=(2) modified
Dgraph-resource.pbtxt66 # CHECK-NEXT: // ResourceUpdate input_index=1 type=float shape=(2) modified
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc243 [&](const XlaCompiler::ResourceUpdate& update) { in PopulateInputs()
388 const XlaCompiler::ResourceUpdate& write) { in GetOrCreateResourceVar()
405 const XlaCompiler::ResourceUpdate& write = in GatherVariableInfo()
538 const XlaCompiler::ResourceUpdate& write = in PopulateOutputs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc115 for (const XlaCompiler::ResourceUpdate& update : result.resource_updates) { in ConvertGraphToXla()
Dxla_compiler.h137 using ResourceUpdate = ::tensorflow::XlaResourceUpdate; variable
Dxla_compiler.cc177 std::vector<XlaCompiler::ResourceUpdate>* resource_updates, in BuildComputation()
300 XlaCompiler::ResourceUpdate& update = resource_updates->back(); in BuildComputation()
Dxla_compiler_test.cc832 const XlaCompiler::ResourceUpdate& update = result.resource_updates[0]; in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc171 for (const XlaCompiler::ResourceUpdate& update : result.resource_updates) { in Compile()
351 const XlaCompiler::ResourceUpdate& update = result.resource_updates[i]; in Compile()
Dif_op.cc59 for (const XlaCompiler::ResourceUpdate& update : result->resource_updates) { in PopulateTensorArrayGradients()
336 const XlaCompiler::ResourceUpdate& update = result->resource_updates[i]; in Compile()
Dwhile_op.cc370 const XlaCompiler::ResourceUpdate& update = body.resource_updates[i]; in Compile()
607 const XlaCompiler::ResourceUpdate& update = body.resource_updates[i]; in Compile()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc215 const XlaCompiler::ResourceUpdate& update = in AddVariableUpdatesToCores()