Home
last modified time | relevance | path

Searched defs:TensorSlice (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_slice.cc29 TensorSlice::TensorSlice(int dim) { SetFullSlice(dim); } in TensorSlice() function in tensorflow::TensorSlice
31 TensorSlice::TensorSlice(const TensorSliceProto& proto) { in TensorSlice() function in tensorflow::TensorSlice
40 TensorSlice::TensorSlice( in TensorSlice() function in tensorflow::TensorSlice
H A Dtensor_slice.h45 TensorSlice() {} in TensorSlice() function
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_set.cc62 std::vector<std::pair<TensorSlice, string>>* results) const { in QueryMeta()
H A Dtensor_slice_reader.cc196 std::vector<std::pair<TensorSlice, string>>* details) const { in FindTensorSlice()