Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.cc46 const Tensor* default_value_t; in Compute() local
50 OP_REQUIRES_OK(context, context->input("default_value", &default_value_t)); in Compute()
64 context, TensorShapeUtils::IsScalar(default_value_t->shape()), in Compute()
66 default_value_t->shape().DebugString())); in Compute()
70 const T& default_value = default_value_t->scalar<T>()(); in Compute()