Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dpy_checkpoint_reader.i49 tensorflow::Safe_PyObjectPtr dim_value(
52 tensorflow::Safe_PyObjectPtr dim_value(
55 if (!dim_value) {
58 PyList_SET_ITEM(value.get(), i, dim_value.release());
/external/tensorflow/tensorflow/core/kernels/
Dreduce_join_op.cc57 int64 dim_value = quotient % input_shape.dim_size(dim); in LinearSubIndexToFullIndex() local
59 result += strides[dim] * dim_value; in LinearSubIndexToFullIndex()