HomeSort by relevance Sort by last modified time
    Searched refs:resource_handles (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
batch_ops_utils.py 88 resource_handles = []
95 resource_handles.append(op.resource_handle)
98 (k, _move_tensors(v, resource_handles[0].device))
100 with ops.device(resource_handles[0].device):
101 return batch[0].op(resource_handles, stamp, **grouped_args)
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.h 143 resource_handles,
162 resource_handles,
169 resource_handles,
graph_properties.cc 2097 std::unordered_map<const NodeDef*, const NodeDef*> resource_handles; local
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
xla_launch_util.cc 83 std::vector<const ResourceHandle*> resource_handles; local
85 variable_indices, std::back_inserter(resource_handles),
89 TF_RETURN_IF_ERROR(LookupResources(ctx, resource_handles, &variables));

Completed in 687 milliseconds