Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dweights_broadcast_ops.py30 def _has_valid_dims(weights_shape, values_shape): argument
44 weights_rank, weights_shape, values_rank, values_shape): argument
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_variant_op.cc41 TensorShape values_shape = batched_values.shape(); in UnbatchDenseZerothDim() local
92 TensorShape values_shape = batched_ragged.values().shape(); in UnbatchRaggedZerothDim() local
Dragged_tensor_to_sparse_kernel.cc202 const TensorShape& values_shape) { in MakeIndexSuffixes()
Dragged_gather_op.cc246 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/compiler/tf2xla/kernels/
Dlower_upper_bound_ops.cc36 const TensorShape values_shape = ctx->InputShape("values"); in BuildLowerUpperBoundOp() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1280 TensorShape values_shape; in FastParseExample() local
1338 TensorShape values_shape; in FastParseExample() local
1391 TensorShape values_shape; in FastParseExample() local
1498 TensorShape values_shape; in FastParseSingleExample() local
2366 TensorShape indices_shape, values_shape; in ParseContextSparseFeatures() local
2428 TensorShape values_shape, splits_shape; in ParseContextRaggedFeatures() local
2659 TensorShape indices_shape, values_shape; in ParseSequenceSparseFeatures() local
2787 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/
Dsparse_to_dense_test.cc40 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/cc/gradients/
Darray_grad.cc665 auto values_shape = Shape(scope, values); in BatchGatherGrad() local
730 auto values_shape = Concat(scope, {outer_shape, {-1}, inner_shape}, 0); in GatherV2Grad() local
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc555 tf::TensorShape values_shape; in FastParseExampleLite() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc1175 Shape values_shape = ShapeUtil::MakeShape(F32, {2, 3}); in TEST_F() local
Dhlo_dataflow_analysis_test.cc2647 Shape values_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
Dalgebraic_simplifier_test.cc4017 Shape values_shape = ShapeUtil::MakeShape(S32, {5, 0}); in TEST_F() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc2319 ShapeHandle values_shape, ShapeHandle shape_shape) { in ValidateSparseTensor()