Home
last modified time | relevance | path

Searched refs:split_dtype (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_from_variant_op.cc32 DataType split_dtype, std::vector<RaggedTensorVariant>* decoded_ragged) { in RaggedComponentsFromVariant() argument
64 if (splits.dtype() != split_dtype) { in RaggedComponentsFromVariant()
66 "Expected row_splits Tensor dtype: ", DataTypeString(split_dtype), in RaggedComponentsFromVariant()
233 const auto split_dtype = DataTypeToEnum<SPLIT_TYPE>::v(); in Compute() local
237 value_dtype, split_dtype, &decoded_components)); in Compute()
Dragged_tensor_from_variant_op_test.cc46 const auto split_dtype = DataTypeToEnum<SPLIT_TYPE>::v(); in BuildDecodeRaggedTensorGraph() local
52 .Attr("Tsplits", split_dtype) in BuildDecodeRaggedTensorGraph()