Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfill_op.cc38 const TensorShape value_shape = ctx->InputShape("value"); in Compile() local
Dtensor_array_ops.cc276 std::vector<int64> value_shape(slice_shape.begin() + 1, slice_shape.end()); in Compile() local
364 const TensorShape value_shape = ctx->InputShape(2); in Compile() local
502 TensorShape value_shape = ctx->InputShape(1); in Compile() local
Dtensor_list_ops.cc232 std::vector<int64> value_shape(slice_shape.begin() + 1, slice_shape.end()); in Compile() local
458 std::vector<int64> value_shape(slice_shape.begin() + 1, slice_shape.end()); in Compile() local
Dstack_ops.cc216 std::vector<int64> value_shape(slice_shape.begin() + 1, slice_shape.end()); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dinitializable_lookup_table.h71 TensorShape value_shape() const final { return TensorShape(); } in value_shape() function
Dlookup_table_op.cc134 TensorShape value_shape() const override { return TensorShape(); } in value_shape() function in tensorflow::lookup::MutableHashTableOfScalars
272 TensorShape value_shape() const override { return value_shape_; } in value_shape() function in tensorflow::lookup::MutableHashTableOfTensors
536 TensorShape value_shape = MaybeVectorizeShape(value_shape_); in CheckKeyAndValueTensorsForImport() local
558 TensorShape value_shape() const override { return value_shape_; } in value_shape() function in tensorflow::lookup::MutableDenseHashTable
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_lookup_test.cc37 std::initializer_list<int> value_shape, in HashtableLookupOpModel()
Dembedding_lookup_sparse_test.cc38 std::initializer_list<int> value_shape) { in EmbeddingLookupSparseOpModel()
/external/tensorflow/tensorflow/core/ops/
Dresource_variable_ops.cc191 ShapeHandle value_shape = c->input(1); in CreateAssignShapeFn() local
Ddata_flow_ops.cc677 ShapeHandle value_shape = c->input(2); in __anon4a7ac08d1402() local
759 ShapeHandle value_shape; in __anon4a7ac08d1702() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc3522 std::initializer_list<int> value_shape, in HashtableLookupOpModel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h4648 void Fill(const RuntimeShape& value_shape, const T* value_data, in Fill()