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

  /external/tensorflow/tensorflow/core/kernels/
save_restore_tensor.cc 269 TensorSlice parsed_slice; local
274 &parsed_slice, &parsed_slice_shape));
286 reader.LookupSlice(tensor_name, parsed_slice, restored_tensor));
  /external/tensorflow/tensorflow/core/ops/
io_ops.cc 116 TensorSlice parsed_slice;
119 shape_and_slice, &parsed_full_shape, &parsed_slice,
230 TensorSlice parsed_slice;
233 shape_and_slice, &parsed_full_shape, &parsed_slice,
  /external/tensorflow/tensorflow/tools/graph_transforms/
sparsify_gather.cc 161 TensorSlice parsed_slice; local
168 &parsed_slice, &parsed_slice_shape));
173 GetMonolithicTensorKey(tensor_name), parsed_slice, tensor));

Completed in 95 milliseconds