Home
last modified time | relevance | path

Searched refs:GatherVariableInfo (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h85 xla::StatusOr<std::vector<VariableInfo>> GatherVariableInfo(
Dxla_compile_on_demand_op.cc92 GatherVariableInfo(ctx, *result, 0); in Run()
Dxla_launch_util.cc398 xla::StatusOr<std::vector<VariableInfo>> GatherVariableInfo( in GatherVariableInfo() function
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc535 xla::StatusOr<std::vector<VariableInfo>> variable_infos = GatherVariableInfo( in Compute()