Home
last modified time | relevance | path

Searched defs:value_shape (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dragged_to_dense_util.cc42 const TensorShapeProto& value_shape, TensorShapeProto* output_shape) { in CombineRaggedTensorToTensorShapes()
97 const TensorShapeProto& value_shape) { in ValidateDefaultValueShape()
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_util.cc23 const TensorShape& value_shape) { in ValidateAssignUpdateVariableOpShapes()
Dinitializable_lookup_table.h74 TensorShape value_shape() const final { return TensorShape(); } in value_shape() function
Dlookup_table_op.cc144 TensorShape value_shape() const override { return TensorShape(); } in value_shape() function in tensorflow::lookup::MutableHashTableOfScalars
332 TensorShape value_shape() const override { return value_shape_; } in value_shape() function in tensorflow::lookup::MutableHashTableOfTensors
645 TensorShape value_shape = MaybeVectorizeShape(value_shape_); in CheckKeyAndValueTensorsForImport() local
667 TensorShape value_shape() const override { return value_shape_; } in value_shape() function in tensorflow::lookup::MutableDenseHashTable
Dragged_tensor_from_variant_op.cc240 TensorShape value_shape = ragged_components[i].values().shape(); in NestedStackRaggedTensors() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfill.h26 void Fill(const RuntimeShape& value_shape, const T* value_data, in Fill()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_placeholder_op_test.py49 def testRaggedPlaceholder(self, dtype, ragged_rank, value_shape, name, argument
Dragged_factory_ops.py320 def placeholder(dtype, ragged_rank, value_shape=None, name=None): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfill_op.cc39 const TensorShape value_shape = ctx->InputShape("value"); in Compile() local
Dtensor_array_ops.cc276 std::vector<int64_t> value_shape(slice_shape.begin() + 1, in Compile() local
365 const TensorShape value_shape = ctx->InputShape(2); in Compile() local
503 TensorShape value_shape = ctx->InputShape(1); in Compile() local
Dstack_ops.cc216 std::vector<int64_t> value_shape(slice_shape.begin() + 1, in Compile() local
Dvariable_ops.cc36 TensorShape value_shape = ctx->InputShape(1); in ValidateAssignUpdateVariableOpShapes() local
/external/tensorflow/tensorflow/core/ops/
Dragged_conversion_ops.cc254 TensorShapeProto value_shape; in RaggedTensorToTensorShapeFn() local
Dresource_variable_ops.cc189 ShapeHandle value_shape = c->input(1); in CreateAssignShapeFn() local
Ddata_flow_ops.cc732 ShapeHandle value_shape = c->input(2); in __anon89875fc91802() local
814 ShapeHandle value_shape; in __anon89875fc91b02() local
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_lookup_test.cc43 std::initializer_list<int> value_shape, in HashtableLookupOpModel()
Dembedding_lookup_sparse_test.cc42 std::initializer_list<int> value_shape) { in EmbeddingLookupSparseOpModel()
/external/tensorflow/tensorflow/python/checkpoint/
Drestore.py364 def value_shape(self): member in CheckpointPosition
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc230 const RuntimeShape& value_shape) { in CombineRaggedTensorToTensorShapes()
/external/tensorflow/tensorflow/python/distribute/
Dtpu_strategy.py1715 def _compute_all_gather_output_shape(self, value_shape, value_rank, axis): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc4890 std::initializer_list<int> value_shape, in HashtableLookupOpModel()