Home
last modified time | relevance | path

Searched defs:values_shape (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py34 def _has_valid_dims(weights_shape, values_shape): argument
48 weights_rank, weights_shape, values_rank, values_shape): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlower_upper_bound_ops.cc36 const TensorShape values_shape = ctx->InputShape("values"); in BuildLowerUpperBoundOp() local
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_sparse_kernel.cc191 const TensorShape& values_shape) { in MakeIndexSuffixes()
Dragged_tensor_to_variant_op.cc52 TensorShape values_shape = batched_ragged.values().shape(); in UnbatchRaggedZerothDim() local
Dragged_gather_op.cc240 TensorShape values_shape = params_dense_values_in.shape(); in WriteValues() local
Dexample_parsing_ops.cc1052 TensorShape values_shape({0}); in Compute() local
1162 TensorShape values_shape({total_num_features}); in Compute() local
/external/tensorflow/tensorflow/lite/kernels/
Dsparse_to_dense_test.cc34 std::initializer_list<int> values_shape, T default_value, in SparseToDenseOpModel()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite_test.cc42 std::initializer_list<int> values_shape, in RaggedTensorToTensorOpModel()
Dragged_tensor_to_tensor_tflite.cc254 RuntimeShape values_shape(values.dims->size, values.dims->data); in CalculateOutputSize() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1264 TensorShape values_shape; in FastParseExample() local
1322 TensorShape values_shape; in FastParseExample() local
1375 TensorShape values_shape; in FastParseExample() local
1482 TensorShape values_shape; in FastParseSingleExample() local
2350 TensorShape indices_shape, values_shape; in ParseContextSparseFeatures() local
2411 TensorShape values_shape, splits_shape; in ParseContextRaggedFeatures() local
2641 TensorShape indices_shape, values_shape; in ParseSequenceSparseFeatures() local
2769 TensorShape values_shape, inner_splits_shape, outer_splits_shape; in ParseSequenceRaggedFeatures() local
Dexample_proto_helper.h88 TensorShape values_shape; member
Dexample_proto_helper.cc382 const TensorShape& values_shape = sparse_tensor_batch_shapes.values_shape; in BatchExampleProtoToTensors() local
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc553 tf::TensorShape values_shape; in FastParseExampleLite() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc1004 Shape values_shape = ShapeUtil::MakeShape(F32, {2, 3}); in TEST_F() local
Dhlo_dataflow_analysis_test.cc2586 Shape values_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
Dalgebraic_simplifier_test.cc3581 Shape values_shape = ShapeUtil::MakeShape(S32, {5, 0}); in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2228 ShapeHandle values_shape, ShapeHandle shape_shape) { in ValidateSparseTensor()