Searched refs:dim_value (Results 1 – 4 of 4) sorted by relevance
406 dim_value = tensor_shape.dimension_value(self.domain_dimension)407 if dim_value is not None:408 return ops.convert_to_tensor(dim_value)445 dim_value = tensor_shape.dimension_value(self.range_dimension)446 if dim_value is not None:447 return ops.convert_to_tensor(dim_value)929 dim_value = tensor_shape.dimension_value(self.domain_dimension)930 if dim_value is not None:931 n = dim_value
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()
3500 dim_value = casted_params_shape[dim - 1]3504 dim_indices = gen_math_ops._range(start, dim_value, step)3507 [1] * (dim - 1) + [dim_value] + [1] * (indices_ndims - dim), axis=0)