Searched defs:tensor_shape_value (Results 1 – 4 of 4) sorted by relevance
57 tensorflow.TensorShapeProto tensor_shape_value = 31; field
310 StructuredValue::_Internal::tensor_shape_value(const StructuredValue* msg) { in tensor_shape_value() function in tensorflow::StructuredValue::_Internal356 … StructuredValue::set_allocated_tensor_shape_value(::tensorflow::TensorShapeProto* tensor_shape_va… in set_allocated_tensor_shape_value()
2370 inline const ::tensorflow::TensorShapeProto& StructuredValue::tensor_shape_value() const { in tensor_shape_value() function2385 …lue::unsafe_arena_set_allocated_tensor_shape_value(::tensorflow::TensorShapeProto* tensor_shape_va… in unsafe_arena_set_allocated_tensor_shape_value()
358 def do_encode(self, tensor_shape_value, encode_fn): argument