Home
last modified time | relevance | path

Searched defs:slice_spec (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_test.py47 def __getitem__(self, slice_spec): argument
54 def _make_tensor_slice_spec(slice_spec, use_constant=True): argument
721 def _TestGetItem(self, rt, slice_spec, expected): argument
748 def _TestGetItemException(self, rt, slice_spec, expected, message): argument
819 def testRaggedTensorGetItemWithRaggedRank1(self, slice_spec, expected): argument
864 def testRaggedTensorGetItemErrorsWithRaggedRank1(self, slice_spec, expected, argument
940 def testRaggedTensorGetItemWithRaggedRank2(self, slice_spec, expected): argument
966 def testRaggedTensorGetItemErrorsWithRaggedRank2(self, slice_spec, expected, argument
980 def testRaggedTensorGetItemWithEmptyTensor(self, slice_spec, expected): argument
991 def testRaggedTensorGetItemErrorsWithEmptyTensor(self, slice_spec, expected, argument
[all …]
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py61 def __init__(self, var, slice_spec, name): argument
79 def __init__(self, var, slice_spec, name): argument
Dsaveable_object.py24 def __init__(self, tensor, slice_spec, name, dtype=None): argument
/external/tensorflow/tensorflow/contrib/framework/python/framework/
Dcheckpoint_utils.py107 def _set_checkpoint_initializer(variable, file_pattern, tensor_name, slice_spec, argument
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py292 slice_spec, argument
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc332 bool IsFullSlice(const TensorSlice& slice_spec, in IsFullSlice()
451 const TensorSlice& slice_spec, in AddSlice()
924 const TensorSlice& slice_spec, Tensor* val) { in LookupSlice()
933 const TensorSlice& slice_spec, Tensor* val) { in GetSliceValue()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py526 def _slice_helper(tensor, slice_spec, var=None): argument
865 def _SliceHelperVar(var, slice_spec): argument