Searched refs:dim_value (Results 1 – 2 of 2) sorted by relevance
49 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());
57 int64 dim_value = quotient % input_shape.dim_size(dim); in LinearSubIndexToFullIndex() local59 result += strides[dim] * dim_value; in LinearSubIndexToFullIndex()