Searched defs:slice_spec (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor_test.py | 47 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/ |
D | saveable_object_util.py | 61 def __init__(self, var, slice_spec, name): argument 79 def __init__(self, var, slice_spec, name): argument
|
D | saveable_object.py | 24 def __init__(self, tensor, slice_spec, name, dtype=None): argument
|
/external/tensorflow/tensorflow/contrib/framework/python/framework/ |
D | checkpoint_utils.py | 107 def _set_checkpoint_initializer(variable, file_pattern, tensor_name, slice_spec, argument
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_utils.py | 292 slice_spec, argument
|
/external/tensorflow/tensorflow/core/util/tensor_bundle/ |
D | tensor_bundle.cc | 332 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/ |
D | array_ops.py | 526 def _slice_helper(tensor, slice_spec, var=None): argument 865 def _SliceHelperVar(var, slice_spec): argument
|