Home
last modified time | relevance | path

Searched defs:variable_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column_v2.py2188 def variable_shape(self): member in DenseColumn
2669 def variable_shape(self): member in NumericColumn
2776 def variable_shape(self): member in BucketizedColumn
2949 def variable_shape(self): member in EmbeddingColumn
3266 def variable_shape(self): member in SharedEmbeddingColumn
4260 def variable_shape(self): member in IndicatorColumn
H A Dsequence_feature_column.py424 def variable_shape(self): member in SequenceNumericColumn
H A Dfeature_column_v2_test.py1541 def variable_shape(self): member in OldLinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_util.cc22 Status ValidateAssignUpdateVariableOpShapes(const TensorShape& variable_shape, in ValidateAssignUpdateVariableOpShapes()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Daccumulate_n_optimizer.cc149 TensorShapeProto variable_shape; in RewriteIntoTempVariable() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dvariable_ops.cc35 TensorShape variable_shape; in ValidateAssignUpdateVariableOpShapes() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dresource_variable_ops.py2259 def variable_shape(handle, out_type=dtypes.int32): function